You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
290 B
7 lines
290 B
set(gtest_force_shared_crt ON CACHE INTERNAL "don't link the CRT statically into gtest as we later link the test executable dynamically") |
|
add_subdirectory(gtest-1.6.0) |
|
|
|
add_subdirectory(CoreTests) |
|
add_subdirectory(NucleusTests) |
|
add_subdirectory(PubUtilTests) |
|
add_subdirectory(FeatureTests)
|
|
|