diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-10-09 07:00:52 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-10-09 07:00:52 +0200 |
commit | 3a16258e42b6f198c2fb4bfde45c66ee405adac4 (patch) | |
tree | 05f67703353541958122918ce6c6b5f05052310d /CMakeLists.txt | |
parent | e7518ac6a5e09502219e798841ae9dfa497f32b5 (diff) |
don't -I./src
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index cbb1248e..1b58b976 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -186,7 +186,6 @@ elseif(CMAKE_COMPILER_IS_GNUCXX) endif() include_directories(.) -include_directories(src) #get_property(_fm-sdl2-include-dirs TARGET SDL2::SDL2 PROPERTY INTERFACE_INCLUDE_DIRECTORIES) get_property(_fm-json-include-dirs TARGET nlohmann_json::nlohmann_json PROPERTY INTERFACE_INCLUDE_DIRECTORIES) |