mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 19:02:59 +00:00
7 lines
193 B
CMake
7 lines
193 B
CMake
if(WITH_THREADS AND THREADS_FOUND)
|
|
katie_test(tst_qsqlthread
|
|
${CMAKE_CURRENT_SOURCE_DIR}/tst_qsqlthread.cpp
|
|
)
|
|
|
|
target_link_libraries(tst_qsqlthread KtSql KtNetwork)
|
|
endif()
|