diff options
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 526a749..3782845 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,5 +13,4 @@ file(GLOB_RECURSE SOURCE_FILES src/*.c src/*.cpp src/*.h src/*.hpp) add_executable(${PROJECT_NAME} ${SOURCE_FILES}) -# Ensures headers in src/ are easy to include from anywhere target_include_directories(${PROJECT_NAME} PRIVATE src) |
