|
Diligent Engine
v.2.4.g
|
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 $ | |
| cmake_minimum_required | ( | VERSION 3. | 6 | ) |
| set | ( | SOURCE src/AppleDebug.mm src/AppleFileSystem. | cpp | ) |
1.8.17