Skip to content
Snippets Groups Projects
Commit 99df8558 authored by Maurice Zimmnau's avatar Maurice Zimmnau
Browse files

Copy config independent of the os

parent b458b2b3
No related branches found
No related tags found
5 merge requests!263Apply 1 suggestion(s) to 1 file(s),!261Reintruduced automatic flight condition selection,!245Apply 1 suggestion(s) to 1 file(s),!233Initial open source version,!188Updated copy assignment for std libraries for unix systems
......@@ -77,6 +77,10 @@ if(WIN32)
gmp-10.dll
mpfr-6.dll
DESTINATION ${MODULE_NAME})
else()
install(FILES
${MODULE_NAME}_conf.xml
DESTINATION ${MODULE_NAME})
endif()
install(
......
......@@ -97,6 +97,10 @@ if(WIN32)
gmp-10.dll
mpfr-6.dll
DESTINATION ${MODULE_NAME})
else()
install(FILES
${MODULE_NAME}_conf.xml
DESTINATION ${MODULE_NAME})
endif()
# Find and include all dependet libraries if dynamically linked
......
......@@ -91,6 +91,10 @@ if(WIN32)
gmp-10.dll
mpfr-6.dll
DESTINATION ${MODULE_NAME})
else()
install(FILES
${MODULE_NAME}_conf.xml
DESTINATION ${MODULE_NAME})
endif()
# Find and include all dependet libraries if dynamically linked
......
......@@ -94,6 +94,10 @@ if(WIN32)
gmp-10.dll
mpfr-6.dll
DESTINATION ${MODULE_NAME})
else()
install(FILES
${MODULE_NAME}_conf.xml
DESTINATION ${MODULE_NAME})
endif()
# Find and include all dependet libraries if dynamically linked
......
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