File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ elseif(SwiftTesting_MACRO_PATH)
9797 add_compile_options ("$<$<COMPILE_LANGUAGE:Swift>:SHELL:-load-plugin-library ${SwiftTesting_MACRO_PATH} >" )
9898 else ()
9999 message (STATUS "TestingMacros: ${SwiftTesting_MACRO_PATH} (executable)" )
100- add_compile_options ("$<$<COMPILE_LANGUAGE:Swift>:SHELL:-load-plugin-exectuable ${SwiftTesting_MACRO_PATH} #TestingMacros>" )
100+ add_compile_options ("$<$<COMPILE_LANGUAGE:Swift>:SHELL:-load-plugin-executable ${SwiftTesting_MACRO_PATH} #TestingMacros>" )
101101 endif ()
102102endif ()
103103
Original file line number Diff line number Diff line change @@ -56,6 +56,9 @@ if(SwiftTesting_BuildMacrosAsExecutables)
5656
5757 # Include the .swift file which contains its `@main` entry point type.
5858 target_compile_definitions (TestingMacros PRIVATE SWT_NO_LIBRARY_MACRO_PLUGINS)
59+
60+ install (TARGETS TestingMacros
61+ RUNTIME DESTINATION bin)
5962else ()
6063 add_library (TestingMacros SHARED)
6164
You can’t perform that action at this time.
0 commit comments