CMakeLists.txt 549 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()
12

moto's avatar
moto committed
13
14
15
16
17
18
################################################################################
# kaldi
################################################################################
if (BUILD_KALDI)
  add_subdirectory(kaldi)
endif()