mirror of
https://github.com/OpenCMT/uLib.git
synced 2025-12-06 07:21:31 +01:00
- Adds Type combiner. - change names to image map (WARNING some classess may not be already uploaded)
38 lines
851 B
CMake
38 lines
851 B
CMake
|
|
# TESTS
|
|
set( TESTS
|
|
SmartVectorTest
|
|
VectorTest
|
|
ObjectFlagsTest
|
|
ObjectParametersTest
|
|
ObjectCopyTest
|
|
StaticInterfaceTest
|
|
CommaInitTest
|
|
DebugTTreeDumpTest
|
|
BoostTest
|
|
BoostAccumulatorTest
|
|
PropertiesTest
|
|
FunctionTest
|
|
SignalTest
|
|
SerializeTest
|
|
SerializeDreadDiamondTest
|
|
DreadDiamondParameters
|
|
ObjectPropableTest
|
|
UuidTest
|
|
TypeIntrospectionTraversal
|
|
OptionsTest
|
|
ProgrammableAccessorTest
|
|
ClassFactoryTest
|
|
MplSequenceCombinerTest
|
|
)
|
|
|
|
set(LIBRARIES
|
|
${PACKAGE_LIBPREFIX}Core
|
|
${PACKAGE_LIBPREFIX}Math
|
|
${Boost_SERIALIZATION_LIBRARY}
|
|
${Boost_SIGNALS_LIBRARY}
|
|
${Boost_PROGRAM_OPTIONS_LIBRARY}
|
|
${ROOT_LIBRARIES}
|
|
)
|
|
uLib_add_tests(${uLib-module})
|