mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2024-12-22 05:40:23 +01:00
8 lines
226 B
CMake
8 lines
226 B
CMake
add_executable(macdeployqt main.cpp shared.cpp)
|
|
target_link_libraries(macdeployqt PRIVATE
|
|
"-framework AppKit"
|
|
${QtCore_LIBRARIES}
|
|
)
|
|
|
|
#execute_process(COMMAND cp ${CMAKE_CURRENT_BINARY_DIR}/macdeployqt ${CMAKE_BINARY_DIR})
|