katie/tests/auto/qcryptographichash/CMakeLists.txt
Ivailo Monev 4950d8ed9c add QCryptographicHash test
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-03-12 18:29:22 +02:00

5 lines
152 B
CMake

katie_test(tst_qcryptographichash
${CMAKE_CURRENT_SOURCE_DIR}/tst_qcryptographichash.cpp
)
target_link_libraries(tst_qcryptographichash KtNetwork)