diff --git a/CMakeLists.txt b/CMakeLists.txt index 6414e82..eee2cec 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,6 +17,8 @@ else() message(FATAL_ERROR "Unrecognized Platform!") endif() +link_libraries(stdc++fs) + set(NAM_LV2_ID http://github.com/mikeoliphant/neural-amp-modeler-lv2) include_directories(SYSTEM deps/eigen) @@ -55,4 +57,4 @@ set(CPACK_PROJECT_VERSION ${PROJECT_VERSION}) set(CPACK_DEBIAN_FILE_NAME DEB-DEFAULT) set (CPACK_STRIP_FILES ON) -include(CPack) \ No newline at end of file +include(CPack)