Skip to content

Commit f3b915a

Browse files
Merge pull request #15 from Sauci/master
Merging in, adding explicit directory includes to cmakelists file
2 parents 8ca974e + 7ae82ce commit f3b915a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ add_executable(my_wc
2424
)
2525
target_include_directories(my_wc
2626
PRIVATE
27-
.
27+
${CMAKE_CURRENT_SOURCE_DIR}
28+
${FLEX_INCLUDE_DIRS}
2829
${CMAKE_CURRENT_BINARY_DIR})
2930
set_property(TARGET my_wc
3031
PROPERTY CXX_STANDARD 14)

0 commit comments

Comments
 (0)