We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1e9290 commit 87d18e6Copy full SHA for 87d18e6
CMakeLists.txt
@@ -53,7 +53,7 @@ if(UNIX)
53
add_definitions( -D__cdecl= )
54
set(CMAKE_POSITION_INDEPENDENT_CODE TRUE)
55
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++17 -Wno-multichar")
56
- link_libraries(stdc++fs pthread dl)
+ link_libraries(stdc++fs pthread dl pango-1.0 pangocairo-1.0)
57
endif()
58
else()
59
## spotted to not be set by default on VS CLI. Here we assume any non-Unix
@@ -316,6 +316,6 @@ elseif(WIN)
316
)
317
elseif(LINUX)
318
install(TARGETS ${target}
319
- DESTINATION "/usr/lib/lxvst"
+ DESTINATION "/usr/local/lib/vst3/"
320
321
-endif()
+endif()
build.sh
100644
100755
setup.sh
@@ -37,4 +37,4 @@ else
37
cmake -DCMAKE_BUILD_TYPE=Release ..
38
fi
39
40
-cmake --build . --config Release
+cmake --build . --config Release
0 commit comments