aboutsummaryrefslogtreecommitdiff
path: root/source/tests/app/wandac/CMakeLists.txt
blob: ab0703075cee2c1b262485bee67f7180bbea6d18 (plain)
1
2
3
4
5
6
7
8
9
10
11
add_executable("wanda-tests-wandac"
    "src/cli.cpp"
)

target_link_libraries("wanda-tests-wandac" PRIVATE
    "${PROJECT_NAME}c-components"

    "Catch2::Catch2WithMain"
)

catch_discover_tests("wanda-tests-wandac")