mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Refactor/Create APT/DNF Repository (#1648)
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
add_subdirectory(hyperiond)
|
||||
|
||||
# The following binaries are just compiled if requested
|
||||
if (ENABLE_REMOTE_CTL)
|
||||
# The following binaries are just compiled ifrequested
|
||||
if(ENABLE_REMOTE_CTL)
|
||||
add_subdirectory(hyperion-remote)
|
||||
endif()
|
||||
|
||||
if (ENABLE_AMLOGIC AND ENABLE_FLATBUF_CONNECT)
|
||||
if(ENABLE_AMLOGIC AND ENABLE_FLATBUF_CONNECT)
|
||||
add_subdirectory(hyperion-aml)
|
||||
endif()
|
||||
|
||||
|
Reference in New Issue
Block a user