We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 092ea99 commit 123fca0Copy full SHA for 123fca0
cutter-plugin/CMakeLists.txt
@@ -17,8 +17,6 @@ add_library(jsdec_cutter MODULE
17
JSDecDecompiler.cpp
18
)
19
20
-set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wl,--exclude-libs,ALL")
21
-
22
find_library(libjsdec NAMES jsdec PATHS "${JSDEC_BUILD_DIR}")
23
include_directories("../include")
24
0 commit comments