Add Darwin target.

This commit is contained in:
2021-03-15 01:08:48 +00:00
parent 525dabdc07
commit 44af658458
5 changed files with 112 additions and 5 deletions

View File

@@ -22,7 +22,7 @@
# Copyright (C) 2011-2021 Natalia Portillo
# *****************************************************************************/
if(NOT ${CMAKE_SYSTEM_NAME} MATCHES "Linux")
if(NOT ${CMAKE_SYSTEM_NAME} MATCHES "Linux" AND NOT ${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
return()
endif()