this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add CMake option to build unit tests

Pass -DENABLE_TESTS into CMake

+1
+1
CMakeLists.txt
··· 65 65 option(TARGET_i386 "Enable i386 slices" ON) 66 66 option(TARGET_x86_64 "Enable x86_64 slices" ON) 67 67 option(DEBIAN_PACKAGING "Packaging for Debian" OFF) 68 + option(ENABLE_TESTS "Install in-prefix unit tests" OFF) 68 69 69 70 FindDsymutil() 70 71