ADD: added websocket and offline version an dtracklist
This commit is contained in:
@@ -35,13 +35,20 @@ IF(NOT TARGET OrderLibrary)
|
||||
add_subdirectory(libs/OrderLibrary EXCLUDE_FROM_ALL)
|
||||
ENDIF()
|
||||
|
||||
IF(NOT TARGET ixwebsocket)
|
||||
add_subdirectory(libs/ixwebsocket EXCLUDE_FROM_ALL)
|
||||
ENDIF()
|
||||
|
||||
|
||||
add_library(SimControl STATIC
|
||||
|
||||
include/SimControl/SimControl.hpp
|
||||
src/SimControl/SimControl.cpp
|
||||
include/SimControl/PodList.hpp
|
||||
src/SimControl/PodList.cpp
|
||||
include/SimControl/SimControl.hpp
|
||||
src/SimControl/SimControl.cpp
|
||||
include/SimControl/PodList.hpp
|
||||
src/SimControl/PodList.cpp
|
||||
|
||||
include/SimControl/Tracklist.hpp
|
||||
src/SimControl/Tracklist.cpp
|
||||
)
|
||||
|
||||
|
||||
@@ -53,6 +60,7 @@ target_link_libraries(SimControl
|
||||
kubecontrol
|
||||
loguru
|
||||
OrderLibrary
|
||||
ixwebsocket
|
||||
)
|
||||
|
||||
target_include_directories(SimControl
|
||||
|
||||
Reference in New Issue
Block a user