2013-09-25 12:54:16 +00:00
|
|
|
|
|
|
|
if (NOT SYSTEM_SQLITE)
|
|
|
|
add_subdirectory(sqlite3)
|
|
|
|
endif()
|
2013-09-27 14:05:45 +00:00
|
|
|
|
2013-09-27 18:24:19 +00:00
|
|
|
if (ENABLE_IAX)
|
|
|
|
add_subdirectory(iaxclient/lib)
|
|
|
|
endif()
|
2014-03-03 20:59:16 +00:00
|
|
|
|
|
|
|
add_subdirectory(mongoose)
|
|
|
|
add_subdirectory(cjson)
|
2014-03-10 09:32:03 +00:00
|
|
|
|
2019-06-03 15:51:08 +00:00
|
|
|
add_subdirectory(flite_hts_engine)
|
|
|
|
|
2020-08-19 13:49:50 +00:00
|
|
|
if (NOT SYSTEM_HTS_ENGINE)
|
2019-06-03 15:51:08 +00:00
|
|
|
add_subdirectory(hts_engine_API)
|
2014-03-10 09:32:03 +00:00
|
|
|
endif()
|
2017-10-25 21:56:38 +00:00
|
|
|
|
|
|
|
if (ENABLE_HID_INPUT)
|
|
|
|
add_subdirectory(hidapi)
|
|
|
|
endif()
|
2018-03-06 09:24:13 +00:00
|
|
|
|
2020-03-13 11:27:11 +00:00
|
|
|
add_subdirectory(fonts)
|
|
|
|
|
2016-01-13 04:44:28 +00:00
|
|
|
if (ENABLE_PLIB_JOYSTICK)
|
|
|
|
add_subdirectory(joystick)
|
|
|
|
endif()
|
|
|
|
|
2018-03-06 09:24:13 +00:00
|
|
|
if (NOT SYSTEM_CPPUNIT)
|
|
|
|
add_subdirectory(cppunit)
|
|
|
|
endif()
|
2022-01-12 23:25:15 +00:00
|
|
|
|
|
|
|
if (ENABLE_OSGXR AND NOT ENABLE_SYSTEM_OSGXR)
|
|
|
|
add_subdirectory(osgXR)
|
|
|
|
endif()
|