54
54
MESSAGE(STATUS "glib libraries ${GLIB_LIBRARIES} ${GTHREAD_LIBRARIES} ${GMODULE_LIBRARIES}")
57
58
# on Windows, we need a compiled version of libevent in _Release_ mode!
58
59
# since it's way too much hassle to set up all the paths, set everything up by using the base directory
65
66
# need to set the lua library's name directly on win32
66
67
SET(LUA_LIBRARIES "lua5.1")
70
70
MESSAGE(STATUS "libevent at libs:${EVENT_LIBRARY_DIRS} incl:${EVENT_INCLUDE_DIRS}")
71
71
MESSAGE(STATUS "liblua at libs:${LUA_LIBRARY_DIRS} incl:${LUA_INCLUDE_DIRS}")
72
72
MESSAGE(STATUS "glib2.0 at libs:${GLIB_LIBRARY_DIRS} incl:${GLIB_INCLUDE_DIRS}")