mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-22 08:02:06 +02:00
merge dev and resolve conflicts
This commit is contained in:
@@ -20,4 +20,6 @@ set(TESTUNIT "${LIBNAME}-testrunner")
|
||||
|
||||
add_executable( ${TESTUNIT} ${TEST_SRCS} )
|
||||
add_test(NAME ${LIBNAME} WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} COMMAND ${TESTUNIT} -all)
|
||||
target_link_libraries( ${TESTUNIT} PocoMongoDB PocoFoundation PocoCppUnit )
|
||||
|
||||
target_link_libraries( ${TESTUNIT} ${CMAKE_THREAD_LIBS_INIT} PocoMongoDB PocoFoundation PocoCppUnit )
|
||||
|
||||
|
Reference in New Issue
Block a user