mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 08:00:06 +00:00
Add install location for qt6ct for windows (maybe)
This commit is contained in:
parent
67c510cbd8
commit
96c6baa6c9
1 changed files with 5 additions and 0 deletions
5
external/qt6ct.cmake
vendored
5
external/qt6ct.cmake
vendored
|
|
@ -4,3 +4,8 @@ set(PROJECT_NAME scwx-qt6ct)
|
||||||
add_subdirectory(qt6ct/src/qt6ct-common)
|
add_subdirectory(qt6ct/src/qt6ct-common)
|
||||||
set_target_properties(qt6ct-common PROPERTIES PUBLIC_HEADER qt6ct/src/qt6ct-common/qt6ct.h)
|
set_target_properties(qt6ct-common PROPERTIES PUBLIC_HEADER qt6ct/src/qt6ct-common/qt6ct.h)
|
||||||
target_include_directories( qt6ct-common INTERFACE qt6ct/src )
|
target_include_directories( qt6ct-common INTERFACE qt6ct/src )
|
||||||
|
install(TARGETS qt6ct-common
|
||||||
|
PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/qt6ct
|
||||||
|
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
||||||
|
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
||||||
|
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue