mirror of
https://github.com/ModOrganizer2/modorganizer-helper.git
synced 2026-07-27 14:02:54 -07:00
Update following cmake_common changes.
This commit is contained in:
+1
-3
@@ -1,11 +1,9 @@
|
||||
cmake_minimum_required(VERSION 3.16)
|
||||
|
||||
find_package(Qt5 COMPONENTS Core REQUIRED)
|
||||
mo2_find_libraries(loot cpptoml)
|
||||
|
||||
add_executable(helper)
|
||||
mo2_configure_executable(helper
|
||||
ELEVATED
|
||||
WARNINGS OFF
|
||||
TRANSLATIONS OFF
|
||||
PRIVATE_DEPENDS Qt::Core)
|
||||
mo2_install_target(helper)
|
||||
|
||||
Reference in New Issue
Block a user