More macos fixes

This commit is contained in:
Jonas Kvinge
2018-07-03 17:51:52 +02:00
parent efdaf57f99
commit ab3569a285
25 changed files with 2393 additions and 106 deletions

View File

@@ -45,9 +45,5 @@ if(APPLE)
)
endif(APPLE)
if(NOT APPLE)
# macdeploy.py takes care of this on mac
install(TARGETS strawberry-tagreader
RUNTIME DESTINATION bin
)
endif(NOT APPLE)
install(TARGETS strawberry-tagreader RUNTIME DESTINATION bin)