blob: ba0ff1a46f4508eb55ff93f6272570185fbecaa2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
add_executable("wanda-tests-system"
"src/xdg.cpp"
)
target_link_libraries("wanda-tests-system"
"wanda::system"
"Catch2::Catch2WithMain"
)
catch_discover_tests("wanda-tests-system")
|