We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1657f93 commit e82a49bCopy full SHA for e82a49b
CMakeLists.txt
@@ -17,7 +17,7 @@ elseif( CMAKE_CXX_COMPILER_ID MATCHES "MSVC" )
17
set( PROGRAMOPTIONS_MS_OPTIONS TRUE )
18
endif()
19
20
-include_directories( "${CMAKE_CURRENT_LIST_DIR}/" )
+include_directories( "${CMAKE_CURRENT_LIST_DIR}/include/" )
21
22
if( PROGRAMOPTIONS_GNU_OPTIONS )
23
set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -Wpedantic -Wno-deprecated -fno-rtti" )
ProgramOptions.hxx renamed to include/ProgramOptions.hxx
0 commit comments