Force link with stdc++fs

This commit is contained in:
Mike Oliphant
2023-05-12 07:45:47 -07:00
committed by GitHub
parent 207777ec3f
commit 2469ac69af
+2
View File
@@ -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)