This reverts commit 6280d9fb0184275843a8f4406c7293e41e65a639, reversing changes made to 3c9c8b8c6a2b2e7430ff09efdc2cc0c1996b16ca.
21 lines
340 B
CMake
21 lines
340 B
CMake
add_library(model
|
|
MotorModel.cpp
|
|
MotorModel.h
|
|
MotorModelDatabase.cpp
|
|
MotorModelDatabase.h
|
|
Part.cpp
|
|
Part.h
|
|
Propagatable.cpp
|
|
Propagatable.h
|
|
RocketModel.cpp
|
|
RocketModel.h
|
|
ThrustCurve.cpp
|
|
ThrustCurve.h
|
|
InertiaTensors.h)
|
|
|
|
target_link_libraries(model PRIVATE
|
|
utils)
|
|
|
|
# Unit tests
|
|
add_subdirectory(tests)
|