Fix tools compilation
This commit is contained in:
parent
22aef38af5
commit
1ed19d8677
3 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,7 @@ FILE(GLOB SRC *.cpp *.h)
|
||||||
ADD_LIBRARY(georges_dll SHARED ${SRC} georges_edit.rc)
|
ADD_LIBRARY(georges_dll SHARED ${SRC} georges_edit.rc)
|
||||||
|
|
||||||
INCLUDE_DIRECTORIES(${NEL_INCLUDE_DIR} ${CMAKE_CURRENT_SOURCE_DIR})
|
INCLUDE_DIRECTORIES(${NEL_INCLUDE_DIR} ${CMAKE_CURRENT_SOURCE_DIR})
|
||||||
|
INCLUDE_DIRECTORIES(${LIBXML2_INCLUDE_DIR})
|
||||||
|
|
||||||
TARGET_LINK_LIBRARIES(georges_dll nelmisc nelgeorges)
|
TARGET_LINK_LIBRARIES(georges_dll nelmisc nelgeorges)
|
||||||
NL_DEFAULT_PROPS(georges_dll "Ryzom, Tools, Georges: Georges Dll")
|
NL_DEFAULT_PROPS(georges_dll "Ryzom, Tools, Georges: Georges Dll")
|
||||||
|
|
|
@ -8,6 +8,8 @@ SET(CMAKE_MFC_FLAG 2)
|
||||||
|
|
||||||
ADD_EXECUTABLE(world_editor WIN32 ${SRC} world_editor.rc)
|
ADD_EXECUTABLE(world_editor WIN32 ${SRC} world_editor.rc)
|
||||||
|
|
||||||
|
INCLUDE_DIRECTORIES(${LIBXML2_INCLUDE_DIR})
|
||||||
|
|
||||||
SOURCE_GROUP(Resources FILES world_editor.rc)
|
SOURCE_GROUP(Resources FILES world_editor.rc)
|
||||||
|
|
||||||
TARGET_LINK_LIBRARIES(world_editor
|
TARGET_LINK_LIBRARIES(world_editor
|
||||||
|
|
|
@ -110,6 +110,7 @@
|
||||||
|
|
||||||
extern bool DontUse3D;
|
extern bool DontUse3D;
|
||||||
|
|
||||||
|
#include <libxml/parser.h>
|
||||||
|
|
||||||
//{{AFX_INSERT_LOCATION}}
|
//{{AFX_INSERT_LOCATION}}
|
||||||
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
||||||
|
|
Loading…
Reference in a new issue