mirror of
https://github.com/ModOrganizer2/cmake_common.git
synced 2026-07-27 14:06:46 -07:00
Include manifest files in the sources
This commit is contained in:
+3
-1
@@ -111,6 +111,7 @@ function(mo2_configure_sources TARGET)
|
||||
file(GLOB_RECURSE ui_files CONFIGURE_DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/*.ui)
|
||||
file(GLOB_RECURSE ui_header_files CONFIGURE_DEPENDS ${UI_HEADERS_DIR}/*.h)
|
||||
file(GLOB_RECURSE rule_files CONFIGURE_DEPENDS ${CMAKE_BINARY_DIR}/*.rule)
|
||||
file(GLOB_RECURSE manifest_files CONFIGURE_DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/*.manifest)
|
||||
|
||||
|
||||
|
||||
@@ -131,7 +132,8 @@ function(mo2_configure_sources TARGET)
|
||||
${qrc_files}
|
||||
${rc_files}
|
||||
${misc_files}
|
||||
${qm_files})
|
||||
${qm_files}
|
||||
${manifest_files})
|
||||
|
||||
endfunction()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user