Skip to content

Commit 855540b

Browse files
committed
Have i beaten you now, evil extortionists?
1 parent b0ea103 commit 855540b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

indra/llplugin/slplugin/CMakeLists.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,14 @@ add_executable(SLPlugin
5252
set_target_properties(SLPlugin
5353
PROPERTIES
5454
MACOSX_BUNDLE_INFO_PLIST ${CMAKE_CURRENT_SOURCE_DIR}/slplugin_info.plist
55+
)
56+
57+
if (WINDOWS)
58+
set_target_properties(SLPlugin
59+
PROPERTIES
60+
LINK_FLAGS "/OPT:NOREF"
5561
)
62+
endif()
5663

5764
target_link_libraries(SLPlugin
5865
${LLPLUGIN_LIBRARIES}

0 commit comments

Comments
 (0)