mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
CMake: simplify some expressions
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
set(LIBS core gtest)
|
||||
if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
|
||||
if(APPLE)
|
||||
list(APPEND LIBS ${FOUNDATION_LIBRARY} ${CORESERV_LIBRARY})
|
||||
endif()
|
||||
macro(add_dolphin_test target srcs)
|
||||
|
Reference in New Issue
Block a user