mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Refactor Hyperion JSON-API (#1727)
This commit is contained in:
@@ -2,10 +2,14 @@ add_library(hyperion-api
|
||||
${CMAKE_SOURCE_DIR}/include/api/apiStructs.h
|
||||
${CMAKE_SOURCE_DIR}/include/api/API.h
|
||||
${CMAKE_SOURCE_DIR}/include/api/JsonAPI.h
|
||||
${CMAKE_SOURCE_DIR}/include/api/JsonCB.h
|
||||
${CMAKE_SOURCE_DIR}/include/api/JsonCallbacks.h
|
||||
${CMAKE_SOURCE_DIR}/include/api/JsonApiCommand.h
|
||||
${CMAKE_SOURCE_DIR}/include/api/JsonApiSubscription.h
|
||||
${CMAKE_SOURCE_DIR}/include/api/JsonInfo.h
|
||||
${CMAKE_SOURCE_DIR}/libsrc/api/JsonAPI.cpp
|
||||
${CMAKE_SOURCE_DIR}/libsrc/api/API.cpp
|
||||
${CMAKE_SOURCE_DIR}/libsrc/api/JsonCB.cpp
|
||||
${CMAKE_SOURCE_DIR}/libsrc/api/JsonCallbacks.cpp
|
||||
${CMAKE_SOURCE_DIR}/libsrc/api/JsonInfo.cpp
|
||||
${CMAKE_SOURCE_DIR}/libsrc/api/JSONRPC_schemas.qrc
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user