2014-01-20 07:58:58 -08:00
|
|
|
|
2020-04-19 10:35:43 -07:00
|
|
|
if(BUILD_TESTS)
|
|
|
|
add_subdirectory(test-input)
|
2014-01-20 07:58:58 -08:00
|
|
|
|
2020-04-19 10:35:43 -07:00
|
|
|
if(WIN32)
|
|
|
|
add_subdirectory(win)
|
|
|
|
endif()
|
|
|
|
|
|
|
|
if(APPLE AND UNIX)
|
|
|
|
add_subdirectory(osx)
|
|
|
|
endif()
|
2014-01-20 07:58:58 -08:00
|
|
|
endif()
|
|
|
|
|
2020-04-19 10:35:43 -07:00
|
|
|
if (ENABLE_UNIT_TESTS)
|
|
|
|
add_subdirectory(cmocka)
|
2014-01-20 07:58:58 -08:00
|
|
|
endif()
|