draco_test_config.h.cmake 439 B

1234567891011121314
  1. #ifndef DRACO_TESTING_DRACO_TEST_CONFIG_H_
  2. #define DRACO_TESTING_DRACO_TEST_CONFIG_H_
  3. // If this file is named draco_test_config.h.cmake:
  4. // This file is used as input at cmake generation time.
  5. // If this file is named draco_test_config.h:
  6. // GENERATED FILE, DO NOT EDIT. SEE ABOVE.
  7. #define DRACO_TEST_DATA_DIR "${DRACO_TEST_DATA_DIR}"
  8. #define DRACO_TEST_TEMP_DIR "${DRACO_TEST_TEMP_DIR}"
  9. #endif // DRACO_TESTING_DRACO_TEST_CONFIG_H_