Skip to content

Commit

Permalink
Finish Hotfix-CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
foonathan committed Dec 10, 2014
2 parents c5fdd97 + 21917ee commit 5dba4bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/bii/
*.*~
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ else()
string_id.hpp)
add_library(foonathan_string_id ${SRC})
add_executable(foonathan_string_id_example ${SRC} example/main.cpp)
set(targets foonathan_string_id string_id_example)
set(targets foonathan_string_id foonathan_string_id_example)
endif()

include(cxxver.cmake)
Expand Down

0 comments on commit 5dba4bc

Please # to comment.