summaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
blob: fb9e6c2164e2629457a21ef340104c9c2e58d199 (plain)
1
2
3
4
5
6
7
include_directories(../src)

add_executable(progressbartest progressbartest.c ../src/progressbar.c ../src/port.c)

target_link_libraries(progressbartest)

add_test(ProgressBarPool progressbartest)