mirror of
https://github.com/darlinghq/darling-JavaScriptCore.git
synced 2025-04-15 05:20:08 +00:00
11 lines
382 B
CMake
11 lines
382 B
CMake
set(testapi_OBJC_SOURCES
|
|
../API/tests/CurrentThisInsideBlockGetterTest.mm
|
|
../API/tests/DateTests.mm
|
|
../API/tests/JSExportTests.mm
|
|
../API/tests/Regress141275.mm
|
|
../API/tests/Regress141809.mm
|
|
../API/tests/testapi.mm
|
|
)
|
|
list(APPEND testapi_SOURCES ${testapi_OBJC_SOURCES})
|
|
set_source_files_properties(${testapi_OBJC_SOURCES} PROPERTIES COMPILE_FLAGS -fobjc-arc)
|