1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-05-03 15:48:09 +02:00
2020-02-23 23:52:40 +01:00

7 lines
354 B
CMake

SET(CMAKE_AUTOMOC ON)
add_executable(RuleSetViewTest RuleSetViewTest.cpp main_RuleSetViewTest.cpp)
add_test(NAME RuleSetViewTest COMMAND RuleSetViewTest)
target_link_libraries(RuleSetViewTest PRIVATE test_main netsnmp gui import fwbparser antlr common iptlib fwbpf fwbjuniper fwbcisco compilerdriver fwcompiler fwbuilder xml2 xslt z pthread Qt5::Test)