CMakeLists.txt 327 Bytes
Newer Older
moto's avatar
moto committed
1
set(CMAKE_CXX_VISIBILITY_PRESET hidden)
moto's avatar
moto committed
2

moto's avatar
moto committed
3
4
5
file(MAKE_DIRECTORY install/include)
file(MAKE_DIRECTORY install/lib)

moto's avatar
moto committed
6
7
8
################################################################################
# sox
################################################################################
moto's avatar
moto committed
9
if (BUILD_SOX)
10
  add_subdirectory(sox)
moto's avatar
moto committed
11
endif()