1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 04:46:37 +02:00

Fix of cmake build process

This commit is contained in:
Sebastien Helleu
2008-03-05 17:11:32 +01:00
parent 14d393b11e
commit f6e2e5d38d
9 changed files with 65 additions and 8 deletions
+3 -1
View File
@@ -14,7 +14,9 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
ADD_LIBRARY(lua MODULE lua.c)
ADD_LIBRARY(lua MODULE weechat-lua.c weechat-lua.h weechat-lua-api.c
weechat-lua-api.h)
SET_TARGET_PROPERTIES(lua PROPERTIES PREFIX "")
IF(LUA_FOUND)