aboutsummaryrefslogtreecommitdiff
path: root/libs/form43_checker_native/src/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'libs/form43_checker_native/src/CMakeLists.txt')
-rw-r--r--libs/form43_checker_native/src/CMakeLists.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/libs/form43_checker_native/src/CMakeLists.txt b/libs/form43_checker_native/src/CMakeLists.txt
deleted file mode 100644
index 9e847f6..0000000
--- a/libs/form43_checker_native/src/CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-cmake_minimum_required(VERSION 3.16)
-
-file(GLOB form43_checker_native_SOURCES CONFIGURE_DEPENDS
- ${CMAKE_CURRENT_SOURCE_DIR}/*.cpp
- ${CMAKE_CURRENT_SOURCE_DIR}/*.h
-)
-
-add_library(form43_checker_native SHARED ${form43_checker_native_SOURCES})
-mo2_configure_plugin(form43_checker_native NO_SOURCES WARNINGS OFF)
-target_link_libraries(form43_checker_native PRIVATE mo2::uibase)
-mo2_install_plugin(form43_checker_native)