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

Build OGSFileConverter when OGS_BUILD_GUI=ON.

parent c7a3f24f
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,8 @@ add_subdirectory(ApplicationsLib) ...@@ -2,6 +2,8 @@ add_subdirectory(ApplicationsLib)
if(OGS_BUILD_UTILS AND NOT IS_SUBPROJECT) if(OGS_BUILD_UTILS AND NOT IS_SUBPROJECT)
add_subdirectory(Utils) add_subdirectory(Utils)
elseif(OGS_BUILD_GUI)
add_subdirectory(Utils/OGSFileConverter)
endif() # OGS_BUILD_UTILS AND NOT IS_SUBPROJECT endif() # OGS_BUILD_UTILS AND NOT IS_SUBPROJECT
if(OGS_BUILD_GUI) if(OGS_BUILD_GUI)
......
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