diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 60ef6cec..cee5a07f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -93,8 +93,8 @@ SET(include_dirs ${uuid_INCLUDE_DIRS} ${alsa_INCLUDE_DIRS} ${pulseaudio_INCLUDE_DIRS} -# ${librtlsdr_INCLUDE_DIRS} -# ${gupnp_INCLUDE_DIRS} + ${librtlsdr_INCLUDE_DIRS} + ${gupnp_INCLUDE_DIRS} ${openssl_INCLUDE_DIRS} ) @@ -105,8 +105,8 @@ SET(link_libraries ${uuid_LIBRARIES} ${alsa_LIBRARIES} ${pulseaudio_LIBRARIES} -# ${librtlsdr_LIBRARIES} -# ${gupnp_LIBRARIES} + ${librtlsdr_LIBRARIES} + ${gupnp_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT} # ${libefence_LIBRARIES} ${openssl_LIBRARIES} |