Skip to content

Commit 3266ce6

Browse files
committed
Update CMakeLists.txt
1 parent 679530c commit 3266ce6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ endif()
2929
#
3030
set(PLUGIFY_BUILD_SHARED_LIB ON CACHE INTERNAL "")
3131
set(PLUGIFY_BUILD_JIT ON CACHE INTERNAL "")
32+
set(PLUGIFY_BUILD_ASSEMBLY OFF CACHE INTERNAL "")
33+
set(PLUGIFY_BUILD_TESTS OFF CACHE INTERNAL "")
34+
set(PLUGIFY_DOWNLOADER OFF CACHE INTERNAL "")
3235
add_subdirectory(external/plugify)
3336

3437
#

0 commit comments

Comments
 (0)