1
0
Fork 0

feat: move headers to include dir

main
mandlm 2023-10-19 07:54:57 +02:00
parent 730633f15a
commit b3a7b6fb2b
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
3 changed files with 2 additions and 1 deletions

View File

@ -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")