blob: a33c4958a9cbb00bf7f57c0b773d6a60eeac9df3 (
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" PRIVATE
"wanda::system"
"Catch2::Catch2WithMain"
)
catch_discover_tests("wanda-tests-system")
|