mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-06 04:42:28 +00:00
luabind now actually correctly builds with warning suppressed.
This commit is contained in:
parent
7eaee801be
commit
9bc9068dcf
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user