mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 11:50:54 +07:00
[build scripts] correcting macOS TouchBar support artifact name
GitOrigin-RevId: 7605134b607cf52f890052bef34a42a641e91ca4
This commit is contained in:
committed by
intellij-monorepo-bot
parent
b849bef322
commit
43a5187ea6
@@ -10,11 +10,11 @@ set(CMAKE_OSX_ARCHITECTURES "x86_64;arm64")
|
||||
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.12.2)
|
||||
|
||||
add_compile_options("-fmodules" "-flto=full" "-Wall" "-Wextra" "-Wpedantic" "-Wno-newline-eof")
|
||||
add_library(nst SHARED
|
||||
add_library(nst64 SHARED
|
||||
src/JTypes.h src/Button.m src/Popover.m src/Scrubber.m
|
||||
src/ScrubberItemView.h src/ScrubberItemView.m
|
||||
src/TouchBar.h src/TouchBar.m
|
||||
src/Utils.h src/Utils.m
|
||||
)
|
||||
|
||||
install(FILES $<TARGET_FILE:nst> DESTINATION ${CMAKE_CURRENT_LIST_DIR}/../../bin/mac RENAME "libnst64.dylib")
|
||||
install(FILES $<TARGET_FILE:nst64> DESTINATION ${CMAKE_CURRENT_LIST_DIR}/../../bin/mac)
|
||||
|
||||
Reference in New Issue
Block a user