apigear-io / objectlink-core-cpp

A object link protocol for C++ 14
MIT License
0 stars 3 forks source link

main cmake and tests #16

Closed dorotaphanSiili closed 7 months ago

dorotaphanSiili commented 1 year ago

test should probably be build if BUILD_TESTING cmake variable is set. The issue is that building project that use objectlink-core-cpp the tests for it are also build and run. Probably shouldn't in all cases

dorotaphanSiili commented 7 months ago

BUILD_TESTING is used in tests/CMakeLists.txt