2018-12-28 18:12:45 +01:00
|
|
|
add_library(hyperion-api
|
2023-11-16 21:05:56 +01:00
|
|
|
${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}/libsrc/api/JsonAPI.cpp
|
|
|
|
${CMAKE_SOURCE_DIR}/libsrc/api/API.cpp
|
|
|
|
${CMAKE_SOURCE_DIR}/libsrc/api/JsonCB.cpp
|
|
|
|
${CMAKE_SOURCE_DIR}/libsrc/api/JSONRPC_schemas.qrc
|
2018-12-28 18:12:45 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
target_link_libraries(hyperion-api
|
|
|
|
hyperion
|
|
|
|
hyperion-utils
|
2023-11-16 21:05:56 +01:00
|
|
|
${DIRECTX9_LIBRARIES}
|
|
|
|
)
|
|
|
|
|
|
|
|
target_include_directories(hyperion-api PRIVATE
|
|
|
|
${DIRECTX9_INCLUDE_DIRS}
|
2018-12-28 18:12:45 +01:00
|
|
|
)
|