This repository was archived by the owner on Aug 26, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +8
-0
lines changed Expand file tree Collapse file tree 7 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ INSTALL(FILES
2727
2828INCLUDE_DIRECTORIES (${GLIB_INCLUDE_DIRS} )
2929LINK_DIRECTORIES (${GLIB_LIBRARY_DIRS} )
30+ LINK_DIRECTORIES (${LIBINTL_LIBRARY_DIRS} )
3031
3132INCLUDE_DIRECTORIES (${LUA_INCLUDE_DIRS} )
3233LINK_DIRECTORIES (${LUA_LIBRARY_DIRS} )
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ INCLUDE_DIRECTORIES(${EVENT_INCLUDE_DIRS})
88
99LINK_DIRECTORIES (${LUA_LIBRARY_DIRS} )
1010LINK_DIRECTORIES (${GLIB_LIBRARY_DIRS} )
11+ LINK_DIRECTORIES (${LIBINTL_LIBRARY_DIRS} )
1112
1213SET (_plugin_name admin)
1314ADD_LIBRARY (${_plugin_name} SHARED "${_plugin_name} -plugin.c" )
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ INCLUDE_DIRECTORIES(${EVENT_INCLUDE_DIRS})
88
99LINK_DIRECTORIES (${LUA_LIBRARY_DIRS} )
1010LINK_DIRECTORIES (${GLIB_LIBRARY_DIRS} )
11+ LINK_DIRECTORIES (${LIBINTL_LIBRARY_DIRS} )
1112
1213SET (_plugin_name debug)
1314ADD_LIBRARY (${_plugin_name} SHARED "${_plugin_name} -plugin.c" )
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ INCLUDE_DIRECTORIES(${EVENT_INCLUDE_DIRS})
88
99LINK_DIRECTORIES (${LUA_LIBRARY_DIRS} )
1010LINK_DIRECTORIES (${GLIB_LIBRARY_DIRS} )
11+ LINK_DIRECTORIES (${LIBINTL_LIBRARY_DIRS} )
1112
1213SET (_plugin_name proxy)
1314ADD_LIBRARY (${_plugin_name} SHARED "${_plugin_name} -plugin.c" )
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ INCLUDE_DIRECTORIES(${EVENT_INCLUDE_DIRS})
88
99LINK_DIRECTORIES (${LUA_LIBRARY_DIRS} )
1010LINK_DIRECTORIES (${GLIB_LIBRARY_DIRS} )
11+ LINK_DIRECTORIES (${LIBINTL_LIBRARY_DIRS} )
1112
1213SET (_plugin_name replicant)
1314ADD_LIBRARY (${_plugin_name} SHARED "${_plugin_name} -plugin.c" )
Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ LINK_DIRECTORIES(${LUA_LIBRARY_DIRS})
3333INCLUDE_DIRECTORIES (${EVENT_INCLUDE_DIRS} )
3434LINK_DIRECTORIES (${EVENT_LIBRARY_DIRS} )
3535
36+ LINK_DIRECTORIES (${LIBINTL_LIBRARY_DIRS} )
37+
3638STRING (REPLACE "." "" SHARED_LIBRARY_SUFFIX ${CMAKE_SHARED_LIBRARY_SUFFIX} )
3739ADD_DEFINITIONS (-DSHARED_LIBRARY_SUFFIX="${SHARED_LIBRARY_SUFFIX} " )
3840
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ INCLUDE_DIRECTORIES(${EVENT_INCLUDE_DIRS})
1111LINK_DIRECTORIES (${MYSQL_LIBRARY_DIRS} )
1212LINK_DIRECTORIES (${LUA_LIBRARY_DIRS} )
1313LINK_DIRECTORIES (${GLIB_LIBRARY_DIRS} )
14+ LINK_DIRECTORIES (${LIBINTL_LIBRARY_DIRS} )
1415LINK_DIRECTORIES (${EVENT_LIBRARY_DIRS} )
1516
1617SET (WINSOCK_LIBRARIES)
You can’t perform that action at this time.
0 commit comments