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)
97
97
add_compile_options ("$<$<COMPILE_LANGUAGE:Swift>:SHELL:-load-plugin-library ${SwiftTesting_MACRO_PATH} >" )
98
98
else ()
99
99
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>" )
101
101
endif ()
102
102
endif ()
103
103
Original file line number Diff line number Diff line change @@ -56,6 +56,9 @@ if(SwiftTesting_BuildMacrosAsExecutables)
56
56
57
57
# Include the .swift file which contains its `@main` entry point type.
58
58
target_compile_definitions (TestingMacros PRIVATE SWT_NO_LIBRARY_MACRO_PLUGINS )
59
+
60
+ install (TARGETS TestingMacros
61
+ RUNTIME DESTINATION bin )
59
62
else ()
60
63
add_library (TestingMacros SHARED )
61
64
You can’t perform that action at this time.
0 commit comments