mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
3ac0781c1f
* big kodichecker rework - use new logger - 'enable' flag in config - startable on runtime (atm not stoppable and no reconfigure) - rename xbmc to kodi * remove unnecceasry checks for kodi * make kodichecker stoppable and add reconfigure * tune config
19 lines
520 B
CMake
19 lines
520 B
CMake
|
|
# Define the current source locations
|
|
SET(CURRENT_HEADER_DIR ${CMAKE_SOURCE_DIR}/include)
|
|
SET(CURRENT_SOURCE_DIR ${CMAKE_SOURCE_DIR}/libsrc)
|
|
|
|
add_subdirectory(hyperion)
|
|
add_subdirectory(blackborder)
|
|
add_subdirectory(jsonserver)
|
|
add_subdirectory(protoserver)
|
|
add_subdirectory(bonjour)
|
|
add_subdirectory(boblightserver)
|
|
add_subdirectory(udplistener)
|
|
add_subdirectory(leddevice)
|
|
add_subdirectory(utils)
|
|
add_subdirectory(kodivideochecker)
|
|
add_subdirectory(effectengine)
|
|
add_subdirectory(grabber)
|
|
add_subdirectory(webconfig)
|