File tree Expand file tree Collapse file tree 8 files changed +29
-6
lines changed Expand file tree Collapse file tree 8 files changed +29
-6
lines changed Original file line number Diff line number Diff line change @@ -10,4 +10,5 @@ add_library(ssdp
1010
1111target_link_libraries (ssdp
1212 webserver
13+ hyperion-utils
1314)
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ add_executable(${PROJECT_NAME}
99
1010target_link_libraries (${PROJECT_NAME}
1111 commandline
12- hyperion-utils
1312 flatbufconnect
1413 framebuffer-grabber
1514 Qt${QT_VERSION_MAJOR} ::Widgets
@@ -21,6 +20,10 @@ else()
2120 target_link_libraries (${PROJECT_NAME} ssdp)
2221endif ()
2322
23+ target_link_libraries (${PROJECT_NAME}
24+ hyperion-utils
25+ )
26+
2427install (TARGETS ${PROJECT_NAME} DESTINATION "share/hyperion/bin" COMPONENT "hyperion_framebuffer" OPTIONAL )
2528
2629if (CMAKE_HOST_UNIX )
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ add_executable(${PROJECT_NAME}
99
1010target_link_libraries (${PROJECT_NAME}
1111 commandline
12- hyperion-utils
1312 flatbufconnect
1413 osx-grabber
1514 Qt${QT_VERSION_MAJOR} ::Widgets
2120 target_link_libraries (${PROJECT_NAME} ssdp)
2221endif ()
2322
23+ target_link_libraries (${PROJECT_NAME}
24+ hyperion-utils
25+ )
26+
2427install (TARGETS ${PROJECT_NAME} DESTINATION "." COMPONENT "hyperion_osx" OPTIONAL )
Original file line number Diff line number Diff line change @@ -21,6 +21,10 @@ else()
2121 target_link_libraries (${PROJECT_NAME} ssdp)
2222endif ()
2323
24+ target_link_libraries (${PROJECT_NAME}
25+ hyperion-utils
26+ )
27+
2428if (CMAKE_SYSTEM_NAME MATCHES "Darwin" )
2529 install (TARGETS ${PROJECT_NAME} DESTINATION "." COMPONENT "hyperion_qt" OPTIONAL )
2630elseif (NOT WIN32 )
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ add_executable(${PROJECT_NAME}
1010
1111target_link_libraries (${PROJECT_NAME}
1212 commandline
13- hyperion-utils
1413 Qt${QT_VERSION_MAJOR} ::Widgets
1514)
1615
@@ -20,6 +19,10 @@ else()
2019 target_link_libraries (${PROJECT_NAME} ssdp)
2120endif ()
2221
22+ target_link_libraries (${PROJECT_NAME}
23+ hyperion-utils
24+ )
25+
2326if (ENABLE_EFFECTENGINE)
2427 target_link_libraries (${PROJECT_NAME} effectengine)
2528endif ()
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ add_executable(${PROJECT_NAME}
1010target_link_libraries (${PROJECT_NAME}
1111 v4l2-grabber
1212 commandline
13- hyperion-utils
1413 flatbufconnect
1514 Qt${QT_VERSION_MAJOR} ::Widgets
1615)
@@ -21,6 +20,10 @@ else()
2120 target_link_libraries (${PROJECT_NAME} ssdp)
2221endif ()
2322
23+ target_link_libraries (${PROJECT_NAME}
24+ hyperion-utils
25+ )
26+
2427install (TARGETS ${PROJECT_NAME} DESTINATION "share/hyperion/bin" COMPONENT "hyperion_v4l2" OPTIONAL )
2528
2629if (CMAKE_HOST_UNIX )
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ add_executable(${PROJECT_NAME}
1313
1414target_link_libraries (${PROJECT_NAME}
1515 commandline
16- hyperion-utils
1716 flatbufconnect
1817 x11-grabber
1918 Qt${QT_VERSION_MAJOR} ::Widgets
@@ -25,6 +24,10 @@ else()
2524 target_link_libraries (${PROJECT_NAME} ssdp)
2625endif ()
2726
27+ target_link_libraries (${PROJECT_NAME}
28+ hyperion-utils
29+ )
30+
2831install (TARGETS ${PROJECT_NAME} DESTINATION "share/hyperion/bin" COMPONENT "hyperion_x11" OPTIONAL )
2932
3033if (CMAKE_SYSTEM_NAME MATCHES "Linux" )
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ add_executable(${PROJECT_NAME}
99
1010target_link_libraries (${PROJECT_NAME}
1111 commandline
12- hyperion-utils
1312 flatbufconnect
1413 xcb-grabber
1514 Qt${QT_VERSION_MAJOR} ::Widgets
@@ -21,6 +20,10 @@ else()
2120 target_link_libraries (${PROJECT_NAME} ssdp)
2221endif ()
2322
23+ target_link_libraries (${PROJECT_NAME}
24+ hyperion-utils
25+ )
26+
2427install (TARGETS ${PROJECT_NAME} DESTINATION "share/hyperion/bin" COMPONENT "hyperion_xcb" OPTIONAL )
2528
2629if (CMAKE_HOST_UNIX )
You can’t perform that action at this time.
0 commit comments