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 3941961 commit fa9e9b7Copy full SHA for fa9e9b7
lib/lexer_gen/CMakeLists.txt
@@ -1,5 +1,12 @@
1
set(SOURCES
2
+ ../source/pl/core/new_lexer_sm.cpp
3
main.cpp
4
)
5
6
add_executable(lexer_gen ${SOURCES})
7
+
8
+target_include_directories(lexer_gen PRIVATE
9
+ ${CMAKE_CURRENT_SOURCE_DIR}/../include
10
+)
11
12
+target_include_directories(lexer_gen PRIVATE include ../../external/lexertl17/include)
0 commit comments