Skip to content

Commit

Permalink
cmake: Don't install sdbus-cpp files
Browse files Browse the repository at this point in the history
  • Loading branch information
solopasha authored and fufexan committed Jan 7, 2024
1 parent 24fa87b commit 6a5de92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -46,7 +46,7 @@ pkg_check_modules(deps REQUIRED IMPORTED_TARGET wayland-client wayland-protocols
pkg_check_modules(SDBUS IMPORTED_TARGET sdbus-c++)
if(NOT SDBUS_FOUND)
include_directories("subprojects/sdbus-cpp/include/")
add_subdirectory(subprojects/sdbus-cpp)
add_subdirectory(subprojects/sdbus-cpp EXCLUDE_FROM_ALL)
add_library(PkgConfig::SDBUS ALIAS sdbus-c++)
endif()

Expand Down

0 comments on commit 6a5de92

Please sign in to comment.