Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
computergeek1507 authored Oct 26, 2023
1 parent d3de9c2 commit e55c9bb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,6 @@ else()
)
endif()
endif()

target_link_libraries(${PROJECT_NAME} PRIVATE Qt${QT_VERSION_MAJOR}::Widgets Qt${QT_VERSION_MAJOR}::PrintSupport spdlog::spdlog)

set_target_properties(${PROJECT_NAME} PROPERTIES
MACOSX_BUNDLE_GUI_IDENTIFIER xdxf_viewer.xlights.org
MACOSX_BUNDLE_BUNDLE_VERSION ${PROJECT_VERSION}
Expand All @@ -89,6 +86,8 @@ set_target_properties(${PROJECT_NAME} PROPERTIES
WIN32_EXECUTABLE TRUE
)

target_link_libraries(${PROJECT_NAME} PRIVATE Qt${QT_VERSION_MAJOR}::Widgets Qt${QT_VERSION_MAJOR}::PrintSupport spdlog::spdlog)

target_sources(${PROJECT_NAME} PRIVATE res/resource.rc)

if(WIN32)
Expand Down

0 comments on commit e55c9bb

Please sign in to comment.