aboutsummaryrefslogtreecommitdiff
path: root/libs/form43_checker_native/src/CMakeLists.txt
blob: 9e847f65ff9df22eafba454e514ea45dc64e5d2c (plain)
1
2
3
4
5
6
7
8
9
10
11
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)