Files
CMake/Tests/CMakeLib/testConfig.h.in
Alex Turbov 3d9c018f31 CMakeLibTests: Generate testConfig.h with source/build paths defined
And use it in all tests that had their particular files before.
2024-08-13 06:06:25 +04:00

8 lines
258 B
C

/* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
file Copyright.txt or https://cmake.org/licensing for details. */
#pragma once
#define SOURCE_DIR "@CMAKE_CURRENT_SOURCE_DIR@"
#define BUILD_DIR "@CMAKE_CURRENT_BINARY_DIR@"