]> gitweb.hhaalo.de Git - discspan.git/commitdiff
change: cmakelist without include dir
authorBastian Dehn <hhaalo@arcor.de>
Fri, 13 Aug 2021 18:26:28 +0000 (20:26 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Fri, 13 Aug 2021 18:26:28 +0000 (20:26 +0200)
CMakeLists.txt

index 72b17d794b37737d6ff688ec2da7a390ebf901ee..9f03a3de8f23ae83a3723145743dea7b5754c99e 100644 (file)
@@ -18,7 +18,6 @@ if (SHAREDLIB)
        set_target_properties(spandisc PROPERTIES PUBLIC_HEADER "${PUBLIC_HEADER}")
 else()
        file(GLOB SOURCES discspan/*.c libspandisc/*.c discspan/*.h)
-       include_directories(include)
 endif()
 
 add_executable(discspan ${SOURCES})