mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07: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