Skip to content

Commit 5dba4bc

Browse files
committed
Finish Hotfix-CMakeLists
2 parents c5fdd97 + 21917ee commit 5dba4bc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/bii/
2+
*.*~

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ else()
2727
string_id.hpp)
2828
add_library(foonathan_string_id ${SRC})
2929
add_executable(foonathan_string_id_example ${SRC} example/main.cpp)
30-
set(targets foonathan_string_id string_id_example)
30+
set(targets foonathan_string_id foonathan_string_id_example)
3131
endif()
3232

3333
include(cxxver.cmake)

0 commit comments

Comments
 (0)