feat: move headers to include dir
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")
|
||||
|
|
Loading…
Reference in New Issue