Welcome to mirror list, hosted at ThFree Co, Russian Federation.

draco_test_config.h.cmake « cmake « dracoenc « draco « extern - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 77a574123fd83fd02a3eb24675048f10d6962537 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef DRACO_TESTING_DRACO_TEST_CONFIG_H_
#define DRACO_TESTING_DRACO_TEST_CONFIG_H_

// If this file is named draco_test_config.h.cmake:
// This file is used as input at cmake generation time.

// If this file is named draco_test_config.h:
// GENERATED FILE, DO NOT EDIT. SEE ABOVE.

#define DRACO_TEST_DATA_DIR "${DRACO_TEST_DATA_DIR}"
#define DRACO_TEST_TEMP_DIR "${DRACO_TEST_TEMP_DIR}"

#endif  // DRACO_TESTING_DRACO_TEST_CONFIG_H_