mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-05-03 15:48:09 +02:00
7 lines
354 B
CMake
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)
|