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 bd25beb commit da461cbCopy full SHA for da461cb
CMakeLists.txt
@@ -9,5 +9,5 @@ if(${EPS_LIB})
9
endif()
10
11
target_sources(${PROJECT_NAME} PRIVATE source/main.cpp)
12
-target_include_directories(${PROJECT_NAME} PRIVATE includes)
+target_include_directories(${PROJECT_NAME} PUBLIC includes)
13
target_compile_features(${PROJECT_NAME} PUBLIC cxx_std_20)
0 commit comments