Diligent Engine  v.2.4.g
Functions
Platforms/Apple/CMakeLists.txt File Reference

Functions

 cmake_minimum_required (VERSION 3.6) project(Diligent-ApplePlatform CXX) if(PLATFORM_MACOS) set(APPLE_NATIVE_WINDOW_H interface/MacOSNativeWindow.h) elseif(PLATFORM_IOS) set(APPLE_NATIVE_WINDOW_H interface/IOSNativeWindow.h) endif() set(INTERFACE interface/CFObjectWrapper.hpp interface/AppleDebug.hpp interface/AppleFileSystem.hpp interface/ApplePlatformDefinitions.h interface/ApplePlatformMisc.hpp $
 
 set (SOURCE src/AppleDebug.mm src/AppleFileSystem.cpp) add_library(Diligent-ApplePlatform $
 

Function Documentation

◆ cmake_minimum_required()

cmake_minimum_required ( VERSION 3.  6)

◆ set()

set ( SOURCE src/AppleDebug.mm src/AppleFileSystem.  cpp)