diff -r ed7ab0a06849 -r 2c8f5e05c7b7 src/CMakeLists.txt --- a/src/CMakeLists.txt Thu Dec 13 18:17:36 2018 +0100 +++ b/src/CMakeLists.txt Thu Dec 13 19:12:38 2018 +0100 @@ -18,7 +18,7 @@ # Relpipe libraries: INCLUDE(FindPkgConfig) -pkg_check_modules (RELPIPE_LIBS relpipe-lib-reader.cpp relpipe-lib-writer.cpp relpipe-lib-cli.cpp) +pkg_check_modules (RELPIPE_LIBS relpipe-lib-reader.cpp relpipe-lib-writer.cpp relpipe-lib-cli.cpp python-3.6) include_directories(${RELPIPE_LIBS_INCLUDE_DIRS}) link_directories(${RELPIPE_LIBS_LIBRARY_DIRS})