Skip to content

Commit e82a49b

Browse files
author
Fytch
committed
move ProgramOptions.hxx to include/
1 parent 1657f93 commit e82a49b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ elseif( CMAKE_CXX_COMPILER_ID MATCHES "MSVC" )
1717
set( PROGRAMOPTIONS_MS_OPTIONS TRUE )
1818
endif()
1919

20-
include_directories( "${CMAKE_CURRENT_LIST_DIR}/" )
20+
include_directories( "${CMAKE_CURRENT_LIST_DIR}/include/" )
2121

2222
if( PROGRAMOPTIONS_GNU_OPTIONS )
2323
set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -Wpedantic -Wno-deprecated -fno-rtti" )
File renamed without changes.

0 commit comments

Comments
 (0)