mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-13 02:38:45 +00:00
WIP, luabind and perlbind build. Common only partially builds.
This commit is contained in:
@@ -24,8 +24,8 @@ SET(lb_headers
|
||||
|
||||
)
|
||||
|
||||
ADD_LIBRARY(luabind ${lb_sources} ${lb_headers})
|
||||
|
||||
add_library(luabind ${lb_sources} ${lb_headers})
|
||||
target_link_libraries(luabind PRIVATE luajit)
|
||||
|
||||
IF(UNIX)
|
||||
set_source_files_properties(${lb_sources} PROPERTY COMPILE_FLAGS -Wno-deprecated-declarations)
|
||||
|
||||
Reference in New Issue
Block a user