We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c5fdd97 + 21917ee commit 5dba4bcCopy full SHA for 5dba4bc
.gitignore
@@ -1 +1,2 @@
1
/bii/
2
+*.*~
CMakeLists.txt
@@ -27,7 +27,7 @@ else()
27
string_id.hpp)
28
add_library(foonathan_string_id ${SRC})
29
add_executable(foonathan_string_id_example ${SRC} example/main.cpp)
30
- set(targets foonathan_string_id string_id_example)
+ set(targets foonathan_string_id foonathan_string_id_example)
31
endif()
32
33
include(cxxver.cmake)
0 commit comments