1
0
Fork 0
cmake_helpers/options_mac.cmake
2019-11-21 14:54:37 +03:00

11 lines
413 B
CMake

# This file is part of Desktop App Toolkit,
# a set of libraries for developing nice desktop applications.
#
# For license and copyright information please follow this link:
# https://github.com/desktop-app/legal/blob/master/LEGAL
if (build_osx)
target_compile_definitions(common_options INTERFACE OS_OSX)
elseif (build_macstore)
target_compile_definitions(common_options INTERFACE OS_MAC_STORE)
endif()