mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
ea796160af
- Added CodeDocs config file for customization - Fixing LGTM alerts - LGTM bug fixed again - added token option to hyperion-remote - fix DBManager::getDB() - next bugfix - correct broken signal from SettingManager to Hyperion - Token list is created after the schema is fetched Signed-off-by: Paulchen-Panther <Paulchen-Panter@protonmail.com>
24 lines
638 B
CMake
24 lines
638 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(commandline)
|
|
add_subdirectory(blackborder)
|
|
add_subdirectory(jsonserver)
|
|
add_subdirectory(flatbufserver)
|
|
add_subdirectory(protoserver)
|
|
add_subdirectory(bonjour)
|
|
add_subdirectory(ssdp)
|
|
add_subdirectory(boblightserver)
|
|
add_subdirectory(udplistener)
|
|
add_subdirectory(leddevice)
|
|
add_subdirectory(utils)
|
|
add_subdirectory(effectengine)
|
|
add_subdirectory(grabber)
|
|
add_subdirectory(webserver)
|
|
add_subdirectory(db)
|
|
add_subdirectory(api)
|
|
add_subdirectory(python)
|