We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fd496a commit 8450eddCopy full SHA for 8450edd
1 file changed
wheel_lexer/CMakeLists.txt
@@ -4,19 +4,19 @@ target_sources(
4
wheel_lexer
5
INTERFACE
6
FILE_SET HEADERS
7
- BASE_DIRS lib
+ BASE_DIRS include
8
FILES
9
- lib/token.hxx
10
- lib/cursor.hxx
11
- lib/aliases.hxx
12
- lib/handlers.hxx
13
- lib/kind.hxx
14
- lib/utils.hxx
15
- lib/lexer.hxx
+ include/wheel_lexer/token.hxx
+ include/wheel_lexer/cursor.hxx
+ include/wheel_lexer/aliases.hxx
+ include/wheel_lexer/handlers.hxx
+ include/wheel_lexer/kind.hxx
+ include/wheel_lexer/utils.hxx
+ include/wheel_lexer/lexer.hxx
16
)
17
18
target_include_directories(
19
20
21
- ${CMAKE_CURRENT_SOURCE_DIR}
+ ${CMAKE_CURRENT_SOURCE_DIR}/include
22
0 commit comments