2020-04-19 12:35:43 -05:00
|
|
|
if(BUILD_TESTS)
|
2022-03-16 23:13:26 +01:00
|
|
|
add_subdirectory(test-input)
|
2014-01-20 16:58:58 +01:00
|
|
|
|
2022-03-16 23:13:26 +01:00
|
|
|
if(OS_WINDOWS)
|
|
|
|
add_subdirectory(win)
|
|
|
|
endif()
|
2020-04-19 12:35:43 -05:00
|
|
|
|
2022-03-16 23:13:26 +01:00
|
|
|
if(OS_POSIX)
|
|
|
|
add_subdirectory(osx)
|
|
|
|
endif()
|
2014-01-20 16:58:58 +01:00
|
|
|
endif()
|
|
|
|
|
2022-03-16 23:13:26 +01:00
|
|
|
if(ENABLE_UNIT_TESTS)
|
|
|
|
add_subdirectory(cmocka)
|
2014-01-20 16:58:58 +01:00
|
|
|
endif()
|