projects
/
profile
/
ivi
/
smartdevicelink.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'dev/merge_3.3.1' of ssh://git.projects.genivi.org/smartdevicelink into...
[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()