mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-06-12 05:10:37 +00:00
cmake installing, need to fix lib not found
This commit is contained in:
@@ -12,7 +12,6 @@ if (CMAKE_COMPILER_IS_GNUCXX)
|
||||
endif ()
|
||||
|
||||
|
||||
find_package(Lua REQUIRED)
|
||||
include_directories(${LIB_NAME} ${LUA_INCLUDE_DIR})
|
||||
|
||||
set(HEADERS
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
extern "C" {
|
||||
#include "lua.h"
|
||||
#include "lualib.h"
|
||||
#include "lauxlib.h"
|
||||
}
|
||||
Reference in New Issue
Block a user