mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-05-06 21:27:37 +00:00
Adding a debug message in the cmake
This commit is contained in:
@@ -22,5 +22,6 @@ add_library(${LIB_NAME} STATIC ${SRC} ${HEADERS})
|
||||
|
||||
|
||||
include(FindLua)
|
||||
message(LUA INCLUDE PATH: ${LUA_INCLUDE_DIR})
|
||||
include_directories(${LIB_NAME} ${LUA_INCLUDE_DIR})
|
||||
target_link_libraries(${LIB_NAME} ${LUA_LIBRARIES})
|
||||
|
||||
@@ -3,12 +3,7 @@
|
||||
//
|
||||
|
||||
#include <string>
|
||||
|
||||
extern "C" {
|
||||
#include "lua.h"
|
||||
#include "lualib.h"
|
||||
#include "lauxlib.h"
|
||||
}
|
||||
#include <lua.hpp>
|
||||
|
||||
namespace LuaG
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user