feat: move headers to include dir
This commit is contained in:
parent
730633f15a
commit
b3a7b6fb2b
@ -16,4 +16,5 @@ add_executable(hello src/main.cpp src/null.cpp src/constexp.cpp)
|
||||
|
||||
target_compile_features(hello PUBLIC cxx_std_20)
|
||||
|
||||
target_include_directories(hello PRIVATE "${PROJECT_BINARY_DIR}/include")
|
||||
target_include_directories(hello PRIVATE "${PROJECT_BINARY_DIR}/include"
|
||||
"${PROJECT_SOURCE_DIR}/include")
|
||||
|
Reference in New Issue
Block a user