Skip to content
Snippets Groups Projects
Commit e3ad794c authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[A] Create ApplicationsLib.

This contains just ProjectData for now.
parent 73a0dac3
No related branches found
No related tags found
No related merge requests found
# Source files
SET ( LIB_SOURCES ProjectData.cpp )
# Library
ADD_LIBRARY (ApplicationsLib STATIC ${LIB_SOURCES})
TARGET_LINK_LIBRARIES( ApplicationsLib
GeoLib
ProcessLib
)
......@@ -134,6 +134,7 @@ IF(OGS_BUILD_GUI)
ADD_SUBDIRECTORY(Gui)
ENDIF() # OGS_BUILD_GUI
ADD_SUBDIRECTORY( Applications )
ADD_SUBDIRECTORY( AssemblerLib )
ADD_SUBDIRECTORY( BaseLib )
# TODO This is a hack but we have to make sure that Boost is built first
......
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