source: nscp/modules/LUAScript/module.cmake @ a90ef7c

0.4.2
Last change on this file since a90ef7c was 87cf3c4, checked in by Michael Medin <michael@…>, 2 years ago

All builds with CMAKE now (except for installers) but thats for another rainy day

  • Property mode set to 100644
File size: 132 bytes
Line 
1IF(HAVE_LUA)
2        SET (BUILD_MODULE 1)
3ELSE(HAVE_LUA)
4        MESSAGE(STATUS "Disabling CheckLua since Lua was not foun")
5ENDIF(HAVE_LUA)
Note: See TracBrowser for help on using the repository browser.