We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 347afbd commit bdfca28Copy full SHA for bdfca28
CMakeLists.txt
@@ -15,15 +15,13 @@ add_subdirectory(lib/Catch2)
15
add_subdirectory(test)
16
add_subdirectory(benchmark)
17
18
+file(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/include/cib/)
19
+
20
add_custom_command(
21
DEPENDS
22
${CMAKE_SOURCE_DIR}/tools/gen_release_header.py
23
${CMAKE_SOURCE_DIR}/include/cib/*
24
${CMAKE_SOURCE_DIR}/include/cib/detail/*
- COMMAND
- mkdir ${CMAKE_BINARY_DIR}/include/
25
26
- mkdir ${CMAKE_BINARY_DIR}/include/cib/
27
COMMAND
28
python3 ${CMAKE_SOURCE_DIR}/tools/gen_release_header.py ${CMAKE_SOURCE_DIR}/include/cib/cib.hpp > ${CMAKE_BINARY_DIR}/include/cib/cib.hpp
29
OUTPUT
0 commit comments