mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 04:56:20 +00:00
luabind now actually correctly builds with warning suppressed.
This commit is contained in:
@@ -21,14 +21,15 @@ SET(lb_sources
|
||||
)
|
||||
|
||||
SET(lb_headers
|
||||
|
||||
|
||||
)
|
||||
|
||||
ADD_LIBRARY(luabind ${lb_sources} ${lb_headers})
|
||||
|
||||
|
||||
IF(UNIX)
|
||||
ADD_DEFINITIONS(-fPIC -fsyntax-only)
|
||||
ADD_DEFINITIONS(-fPIC)
|
||||
SET_PROPERTY(SOURCE ${lb_sources} PROPERTY COMPILE_FLAGS -w)
|
||||
ENDIF(UNIX)
|
||||
|
||||
SET(LIBRARY_OUTPUT_PATH ../Bin)
|
||||
|
||||
Reference in New Issue
Block a user