Skip to content
Snippets Groups Projects
Commit dc4c6fae authored by Lars Bilke's avatar Lars Bilke
Browse files

Removed include dir in ApplicationsLib.

parent 0586b3f2
No related branches found
No related tags found
No related merge requests found
...@@ -4,8 +4,6 @@ SET ( LIB_SOURCES ProjectData.cpp ) ...@@ -4,8 +4,6 @@ SET ( LIB_SOURCES ProjectData.cpp )
# Library # Library
ADD_LIBRARY (ApplicationsLib STATIC ${LIB_SOURCES}) ADD_LIBRARY (ApplicationsLib STATIC ${LIB_SOURCES})
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/../DataExplorer/DataView)
TARGET_LINK_LIBRARIES( ApplicationsLib TARGET_LINK_LIBRARIES( ApplicationsLib
GeoLib GeoLib
ProcessLib ProcessLib
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
#include <boost/property_tree/ptree.hpp> #include <boost/property_tree/ptree.hpp>
#ifdef OGS_BUILD_GUI #ifdef OGS_BUILD_GUI
#include "GEOModels.h" #include "Applications/DataExplorer/DataView/GEOModels.h"
#else #else
#include "GeoLib/GEOObjects.h" #include "GeoLib/GEOObjects.h"
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment