Removed SDL_Android (now at git://git.projects.genivi.org/smartdevicelink_android...
[profile/ivi/smartdevicelink.git] / src / thirdPartyLibs / CMakeLists.txt
1 # --- jsoncpp
2 add_subdirectory(./jsoncpp)
3
4 # --- MessageBroker
5 add_subdirectory(./MessageBroker)
6
7 # --- encryption
8 add_subdirectory(./encryption)
9
10 if (BUILD_USB_SUPPORT)
11 if (CMAKE_SYSTEM_NAME STREQUAL "Linux")
12 add_subdirectory(./libusbx-1.0.16)
13 endif()
14 endif()