UnitTests.cmake 206 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 option(ENABLE_UNIT_TESTS "Build unit tests for the plugins" OFF) if(ENABLE_UNIT_TESTS) enable_testing() find_package(GTest REQUIRED) find_package(Threads REQUIRED) endif(ENABLE_UNIT_TESTS)