From: Bastian Dehn Date: Wed, 25 Aug 2021 19:00:40 +0000 (+0200) Subject: change: exclude lib by build discspan X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=ee63e5144bc16f122119b0d7445589eaa17b9613;p=discspan.git change: exclude lib by build discspan --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 87ff1fd..efd3c63 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ set(PROJECT_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT file(GLOB SOURCES src/*.c) include_directories(libs/spandisc/include) -add_subdirectory(libs/spandisc) +add_subdirectory(libs/spandisc EXCLUDE_FROM_ALL) add_executable(discspan ${SOURCES}) target_link_libraries(discspan spandisc)