ExamplePlugin.cmake
上传用户:king477883
上传日期:2021-03-01
资源大小:9553k
文件大小:0k
源码类别:

游戏引擎

开发平台:

C++ Builder

  1. # -*- cmake -*-
  2. include(Linking)
  3. include(Prebuilt)
  4. if (STANDALONE)
  5.     set(EXAMPLEPLUGIN OFF CACHE BOOL
  6.         "EXAMPLEPLUGIN support for the llplugin/llmedia test apps.")
  7. else (STANDALONE)
  8.     set(EXAMPLEPLUGIN ON CACHE BOOL
  9.         "EXAMPLEPLUGIN support for the llplugin/llmedia test apps.")
  10. endif (STANDALONE)
  11. if (WINDOWS)
  12. elseif (DARWIN)
  13. elseif (LINUX)
  14. endif (WINDOWS)