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.
10 lines
304 B
10 lines
304 B
if( MSVC ) # VS2012 doesn't support correctly the tuples yet and gtest doesn't compile without this |
|
add_definitions( /D _VARIADIC_MAX=10 ) |
|
endif() |
|
|
|
add_subdirectory(gtest-1.6.0) |
|
|
|
add_subdirectory(CoreTests) |
|
add_subdirectory(NucleusTests) |
|
add_subdirectory(PubUtilTests) |
|
add_subdirectory(FeatureTests)
|
|
|