Skip to content

Commit

Permalink
fix cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
mulle-nat committed Jan 23, 2024
1 parent 22a600d commit 92420ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 28 deletions.
24 changes: 0 additions & 24 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,37 +5,13 @@ project( mulle-core-developer NONE)
set( PROJECT_VERSION 0.0.1)


if( APPLE)
set( SCRIPTS
mulle-clang-add-to-xcode
)
endif()

set( EXTENSIONS
src/ #backslash is important
)

set( PIX
pix/mulle-logo-48x48.txt
pix/mulle-objc-logo-opaque-48x48.txt
)

INSTALL( FILES ${SCRIPTS}
PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ
GROUP_EXECUTE GROUP_READ
WORLD_EXECUTE WORLD_READ
DESTINATION "bin"
)

install( DIRECTORY ${EXTENSIONS}
DESTINATION "share/mulle-sde/extensions"
USE_SOURCE_PERMISSIONS
PATTERN "*._DS_Store|.ignore" EXCLUDE
)

install( FILES ${PIX}
DESTINATION "share/mulle-sde/pix"
)


######
Expand Down
8 changes: 4 additions & 4 deletions CMakePackage.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ set( CPACK_PACKAGE_NAME "${PROJECT_NAME}")
set( CPACK_PACKAGE_VERSION "${PROJECT_VERSION}")
set( CPACK_PACKAGE_CONTACT "[email protected]")
set( CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_SOURCE_DIR}/README.md")
set( CPACK_PACKAGE_DESCRIPTION_SUMMARY "🎩 mulle-objc developer kit for mulle-sde")
set( CPACK_PACKAGE_DESCRIPTION_SUMMARY "🤠 mulle-core developer kit for mulle-sde")
set( CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/LICENSE")
set( CPACK_STRIP_FILES false)


set( CPACK_DEBIAN_PACKAGE_HOMEPAGE "https://github.com/mulle-objc/${PROJECT_NAME}")
set( CPACK_DEBIAN_PACKAGE_DEPENDS "mulle-c-developer, mulle-clang")
set( CPACK_RPM_PACKAGE_VENDOR "mulle-objc")
set( CPACK_DEBIAN_PACKAGE_HOMEPAGE "https://github.com/mulle-core/${PROJECT_NAME}")
set( CPACK_DEBIAN_PACKAGE_DEPENDS "mulle-c-developer")
set( CPACK_RPM_PACKAGE_VENDOR "mulle-core")

0 comments on commit 92420ed

Please sign in to comment.