mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-12 22:53:27 +00:00
Add iOS support
This commit is contained in:
@@ -24,6 +24,6 @@ else() # GTest is being linked as vcpkg package
|
||||
endif()
|
||||
|
||||
# Skip test discovery for Android builds - binaries cannot run on host
|
||||
if (NOT CMAKE_SYSTEM_NAME STREQUAL "Android")
|
||||
if (NOT (CMAKE_SYSTEM_NAME STREQUAL "Android" OR CMAKE_SYSTEM_NAME STREQUAL "iOS"))
|
||||
gtest_discover_tests(${PROJECT_NAME})
|
||||
endif()
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user