NOISSUE move bundle utilities magic back to the application folder

This may fix macOS issues?
This commit is contained in:
Petr Mrázek
2018-01-27 21:59:06 +01:00
parent cd55674b36
commit d66ae206dd
4 changed files with 73 additions and 73 deletions

View File

@ -258,10 +258,6 @@ add_subdirectory(libraries/classparser) # google analytics library
add_subdirectory(api/logic)
add_subdirectory(api/gui)
add_subdirectory(application)
# Bundle utilities are used to complete the portable packages - they add all the libraries that would otherwise be missing on the target system.
# NOTE: this must always be last to appease the CMake deity of quirky install command evaluation order.
if(INSTALL_BUNDLE STREQUAL "full")
add_subdirectory(bundle)
endif()
add_subdirectory(application)