File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,14 +37,14 @@ if (Python3_Interpreter_FOUND)
37
37
#
38
38
DEPENDS amalgamate.py ada
39
39
)
40
- add_custom_target (singleheader-files DEPENDS ${SINGLEHEADER_FILES} )
40
+ add_custom_target (ada- singleheader-files DEPENDS ${SINGLEHEADER_FILES} )
41
41
42
42
#
43
43
# Include this if you intend to #include "ada.cpp" in your own .cpp files.
44
44
#
45
45
add_library (ada-singleheader-include -source INTERFACE )
46
46
target_include_directories (ada-singleheader-include -source INTERFACE $<BUILD_INTERFACE:${CMAKE_CURRENT_BINARY_DIR} >)
47
- add_dependencies (ada-singleheader-include -source singleheader-files )
47
+ add_dependencies (ada-singleheader-include -source ada- singleheader-files )
48
48
49
49
add_library (ada-singleheader-source INTERFACE )
50
50
target_sources (ada-singleheader-source INTERFACE $<BUILD_INTERFACE:${CMAKE_CURRENT_BINARY_DIR} /ada.cpp>)
You can’t perform that action at this time.
0 commit comments