Skip to content

Commit

Permalink
同上
Browse files Browse the repository at this point in the history
  • Loading branch information
linoal committed Nov 29, 2023
1 parent f930745 commit f3c862b
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ else()
set_target_properties(plateau PROPERTIES
FRAMEWORK TRUE
MACOSX_FRAMEWORK_IDENTIFIER jp.synesthesias.libplateau
MACOSX_BUNDLE_BUNDLE_VERSION "1.0"
MACOSX_BUNDLE_INFO_STRING "1.0"
MACOSX_BUNDLE_LONG_VERSION_STRING "1.0"
MACOSX_BUNDLE_SHORT_VERSION_STRING "1.0"
)
target_include_directories(plateau PUBLIC "${CMAKE_SOURCE_DIR}/include" "${LIBCITYGML_INCLUDE}" "${GLTFSDK_INCLUDE}" "${CPPHTTPLIB_INCLUDE}")
endif()
Expand Down Expand Up @@ -121,10 +125,3 @@ if(BUILD_LIB_TYPE STREQUAL "static")
endif()
endif()
endif()

set_target_properties(plateau PROPERTIES
MACOSX_BUNDLE_BUNDLE_VERSION "1.0"
MACOSX_BUNDLE_INFO_STRING "1.0"
MACOSX_BUNDLE_LONG_VERSION_STRING "1.0"
MACOSX_BUNDLE_SHORT_VERSION_STRING "1.0"
)

0 comments on commit f3c862b

Please sign in to comment.