Restructure Mac builds as Nostalgia.app

This commit is contained in:
2017-10-20 22:14:33 -05:00
parent 2915b48130
commit b6b9181c66
6 changed files with 49 additions and 8 deletions
+11 -2
View File
@@ -24,18 +24,27 @@ target_link_libraries(
NostalgiaTool
)
if(APPLE)
install(
FILES
Info.plist
DESTINATION
${NOSTALGIA_DIST_MAC_APP_CONTENTS}
)
endif()
install(
FILES
nostalgia-studio.json
DESTINATION
share
${NOSTALGIA_DIST_RESOURCES}
)
install(
TARGETS
nostalgia-studio
RUNTIME DESTINATION
bin
${NOSTALGIA_DIST_BIN}
)
add_subdirectory(lib)