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