mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-17 19:25:53 +02:00
adaptation cmake scripts to current MinGW platform (exclude SSL/Crypto/MySQL/Apache/ODBC)
This commit is contained in:
@@ -15,5 +15,5 @@ set(TESTUNIT "${LIBNAME}-testrunner")
|
||||
|
||||
add_executable( ${TESTUNIT} ${TEST_SRCS} )
|
||||
set_target_properties( ${TESTUNIT} PROPERTIES COMPILE_FLAGS ${RELEASE_CXX_FLAGS} )
|
||||
target_link_libraries( ${TESTUNIT} PocoMySQL PocoData PocoFoundation CppUnit pthread)
|
||||
target_link_libraries( ${TESTUNIT} PocoMySQL PocoData PocoFoundation CppUnit )
|
||||
|
||||
|
Reference in New Issue
Block a user