This reverts commit 6280d9fb0184275843a8f4406c7293e41e65a639, reversing changes made to 3c9c8b8c6a2b2e7430ff09efdc2cc0c1996b16ca.
31 lines
623 B
CMake
31 lines
623 B
CMake
add_library(utils
|
|
Bin.cpp
|
|
Bin.h
|
|
CurlConnection.cpp
|
|
CurlConnection.h
|
|
Logger.cpp
|
|
Logger.h
|
|
MotorModelDatabase.cpp
|
|
MotorModelDatabase.h
|
|
RSEDatabaseLoader.cpp
|
|
RSEDatabaseLoader.h
|
|
ThreadPool.cpp
|
|
ThreadPool.h
|
|
ThrustCurveAPI.cpp
|
|
ThrustCurveAPI.h
|
|
TSQueue.h
|
|
math/Constants.h
|
|
math/MathTypes.h
|
|
math/UtilityMathFunctions.h)
|
|
|
|
|
|
#target_include_directories(utils PRIVATE
|
|
# ${Boost_INCLUDE_DIRS})
|
|
|
|
|
|
target_link_libraries(utils PUBLIC
|
|
libcurl
|
|
Boost::property_tree
|
|
jsoncpp_static
|
|
eigen)
|