摘要: # Need @rpath support introduced in 2.8.12 CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12) PROJECT(SwiftCMake) enable_language(Swift) # Add your C/C++/Obj-C fi 阅读全文
posted @ 2020-08-09 20:32 20118281131 阅读(92) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist v 阅读全文
posted @ 2020-08-09 20:30 20118281131 阅读(110) 评论(0) 推荐(0) 编辑
摘要: #import <Cocoa/Cocoa.h> #import <OpenGL/OpenGL.h> #import <OpenGL/gl3.h> @interface OpenGLView : NSOpenGLView @end @implementation OpenGLView -(id)ini 阅读全文
posted @ 2020-08-09 14:23 20118281131 阅读(168) 评论(0) 推荐(0) 编辑