We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ca974e commit 7ae82ceCopy full SHA for 7ae82ce
1 file changed
CMakeLists.txt
@@ -24,7 +24,8 @@ add_executable(my_wc
24
)
25
target_include_directories(my_wc
26
PRIVATE
27
- .
+ ${CMAKE_CURRENT_SOURCE_DIR}
28
+ ${FLEX_INCLUDE_DIRS}
29
${CMAKE_CURRENT_BINARY_DIR})
30
set_property(TARGET my_wc
31
PROPERTY CXX_STANDARD 14)
0 commit comments