diff options
-rw-r--r-- | plugins/recording/CMakeLists.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/recording/CMakeLists.txt b/plugins/recording/CMakeLists.txt index 8d9d382..95c2d93 100644 --- a/plugins/recording/CMakeLists.txt +++ b/plugins/recording/CMakeLists.txt @@ -5,11 +5,21 @@ include_directories( ${CMAKE_BINARY_DIR} ${TQT_INCLUDE_DIRS} ${TDE_INCLUDE_DIR} + ${OGG_INCLUDE_DIRS} + ${VORBIS_INCLUDE_DIRS} + ${VORBISENC_INCLUDE_DIRS} + ${VORBISFILE_INCLUDE_DIRS} + ${SNDFILE_INCLUDE_DIRS} ) link_directories( ${TQT_LIBRARY_DIRS} ${TDE_LIB_DIR} + ${OGG_LIBRARY_DIRS} + ${VORBIS_LIBRARY_DIRS} + ${VORBISENC_LIBRARY_DIRS} + ${VORBISFILE_LIBRARY_DIRS} + ${SNDFILE_LIBRARY_DIRS} ) |