mirror of
https://github.com/nasa/trick.git
synced 2024-12-19 05:07:54 +00:00
10 lines
125 B
CMake
10 lines
125 B
CMake
|
|
||
|
set( TRICK_UNITS_SRC
|
||
|
src/UCFn.cpp
|
||
|
src/Unit.cpp
|
||
|
src/units_conv
|
||
|
)
|
||
|
|
||
|
add_library( trick_units STATIC ${TRICK_UNITS_SRC})
|
||
|
|