build: include paths (for lsp integration)
This commit is contained in:
parent
89b493e939
commit
49f8acfabb
3 changed files with 4 additions and 4 deletions
|
|
@ -4,4 +4,6 @@ project(nestlog VERSION 0.1)
|
|||
enable_language(CXX)
|
||||
enable_testing()
|
||||
|
||||
include(cmake/nestlog.cmake)
|
||||
|
||||
add_subdirectory(example)
|
||||
|
|
|
|||
|
|
@ -1,3 +1,2 @@
|
|||
add_executable(ex1 ex1.cpp)
|
||||
|
||||
target_include_directories(ex1 PUBLIC ${PROJECT_SOURCE_DIR}/include)
|
||||
xo_include_options(ex1)
|
||||
|
|
|
|||
|
|
@ -1,3 +1,2 @@
|
|||
add_executable(ex2 ex2.cpp)
|
||||
|
||||
target_include_directories(ex2 PUBLIC ${PROJECT_SOURCE_DIR}/include)
|
||||
xo_include_options(ex2)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue