diff options
author | stefonzo <stevester.robinson@gmail.com> | 2022-09-08 22:11:51 -0500 |
---|---|---|
committer | stefonzo <stevester.robinson@gmail.com> | 2022-09-08 22:11:51 -0500 |
commit | d3a90be424952e9a4d0e1e571c489b6e0e0fea62 (patch) | |
tree | e1bf36406eda2d56a0a6dc640a47f2180940f75f /CMakeLists.txt | |
parent | 1522846b727e540f1bbe224c39bcbae711672cf0 (diff) |
add experiment program
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 437601c..bcaff18 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ option(MOSSROSE_BUILD_TESTS "Build the tests" OFF) ######## third-party libraries ######## add_subdirectory(${CMAKE_SOURCE_DIR}/3rdparty/portaudio EXCLUDE_FROM_ALL) add_subdirectory(${CMAKE_SOURCE_DIR}/3rdparty/plibsys EXCLUDE_FROM_ALL) -#add_subdirectory(${CMAKE_SOURCE_DIR}/3rdparty/libwav EXCLUDE_FROM_ALL) +add_subdirectory(${CMAKE_SOURCE_DIR}/3rdparty/libwav EXCLUDE_FROM_ALL) add_library(mossrose) set_target_properties(mossrose PROPERTIES |