1
0
mirror of synced 2024-11-24 07:40:17 +01:00

cmake Readd CREATE_BUNDLE infos on macOS

This commit is contained in:
Mary 2020-12-29 21:00:41 +01:00
parent ce06d9bdfb
commit de5c6a4084

View File

@ -4,6 +4,9 @@ project(imhex VERSION 1.5.0)
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules")
if (APPLE)
option (CREATE_BUNDLE "Create a bundle on macOS" OFF)
endif()
set(CMAKE_FIND_PACKAGE_SORT_ORDER NATURAL)
set(CMAKE_FIND_PACKAGE_SORT_DIRECTION DEC)