Update following cmake_common changes.

This commit is contained in:
Mikaël Capelle
2022-04-19 23:35:46 +02:00
parent 04faaf03ff
commit eed1416c37
+1 -3
View File
@@ -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)