Peter M. Groen
/
cxxopts
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
507a3a6ec5d85b5807e6bb9d89b504e191216797
Authored by
David Sánchez Falero
2015-03-18 17:31:29 +0100
1 parent
a1c66501
Update CMakeLists.txt
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
CMakeLists.txt
CMakeLists.txt
View file @
507a3a6
...
...
@@ -44,4 +44,6 @@ if(CXXOPTS_USE_UNICODE_HELP)
44
44
set(CXXOPTS_LINKER_LIBRARIES "${ICU_LIBRARIES}")
45
45
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DCXXOPTS_USE_UNICODE")
46
46
47
-endif()
48
47
\ No newline at end of file
48
+endif()
49
+
50
+add_subdirectory(src)
...
...