From 63492bd93c3ea83e0ae9a47224666e95d4c48aad Mon Sep 17 00:00:00 2001 From: Piotr Krysik Date: Sun, 4 Mar 2018 23:01:43 +0100 Subject: Fix missing list name error in the main CMakeLists.txt file --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index db15929..71532e4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -168,6 +168,7 @@ endif() ######################################################################## # Setup the include and linker paths ######################################################################## + list (APPEND grgsm_include_directories ${CMAKE_SOURCE_DIR}/lib ${CMAKE_SOURCE_DIR}/include @@ -189,7 +190,7 @@ include_directories( ${grgsm_include_directories} ) -list (APPEND +list (APPEND grgsm_link_directories ${Boost_LIBRARY_DIRS} ${CPPUNIT_LIBRARY_DIRS} ${GNURADIO_ALL_LIBRARY_DIRS} -- cgit v1.2.3