mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
6db1db3129
Updated the configuration file and schema to be more flexible; Former-commit-id: 0f670ae6f9512abedf279fe0b014802e31f2f16f
12 lines
179 B
CMake
12 lines
179 B
CMake
|
|
add_executable(hyperiond
|
|
hyperiond.cpp)
|
|
|
|
target_link_libraries(hyperiond
|
|
bootsequence
|
|
hyperion
|
|
dispmanx-grabber
|
|
xbmcvideochecker
|
|
jsonserver
|
|
protoserver)
|