source: nscp/modules/LUAScript/module.cmake

Last change on this file was ca3e815, checked in by Michael Medin <michael@…>, 9 months ago
  • Early version of new cleanedup build script
  • New script for greatly simplified building on windows
  • BEWARE! this might/will probably not build ok yet (still working out some of the kinks)
  • Property mode set to 100644
File size: 251 bytes
RevLine 
[87cf3c4]1IF(HAVE_LUA)
2        SET (BUILD_MODULE 1)
[ca3e815]3        IF(NOT PROTOC_GEN_LUA_FOUND)
4                SET(MODULE_NOTE "without protocol buffer support")
5        ENDIF(NOT PROTOC_GEN_LUA_FOUND)
[87cf3c4]6ELSE(HAVE_LUA)
7        MESSAGE(STATUS "Disabling CheckLua since Lua was not foun")
8ENDIF(HAVE_LUA)
Note: See TracBrowser for help on using the repository browser.