File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -427,6 +427,28 @@ add_swift_executable(plutil
427
427
Foundation
428
428
CoreFoundation )
429
429
430
+ add_swift_executable (GenerateTestFixtures
431
+ SOURCES
432
+ Tools/GenerateTestFixtures/GenerateTestFixtures/main.swift
433
+ Tools/GenerateTestFixtures/GenerateTestFixtures/Utilities.swift
434
+ TestFoundation/FixtureValues.swift
435
+ TARGET
436
+ ${CMAKE_C_COMPILER_TARGET}
437
+ LINK_FLAGS
438
+ ${libdispatch_ldflags}
439
+ -L${CMAKE_CURRENT_BINARY_DIR}
440
+ -lFoundation
441
+ ${Foundation_INTERFACE_LIBRARIES}
442
+ SWIFT_FLAGS
443
+ -Xcc -F${CMAKE_CURRENT_BINARY_DIR}
444
+ -I;${CMAKE_CURRENT_BINARY_DIR}/swift
445
+ -I;${ICU_INCLUDE_DIR}
446
+ ${libdispatch_cflags}
447
+ $< $< NOT:$< CONFIG:Debug> > :-O>
448
+ ${swift_libc_flags}
449
+ DEPENDS
450
+ Foundation )
451
+
430
452
if (ENABLE_TESTING )
431
453
add_swift_executable (xdgTestHelper
432
454
TARGET
You can’t perform that action at this time.
0 commit comments