adaptation cmake scripts to current MinGW platform (exclude SSL/Crypto/MySQL/Apache/ODBC)

This commit is contained in:
Marian Krivos
2009-02-22 19:58:27 +00:00
parent 680ce5e93e
commit 2c304d744d
18 changed files with 50 additions and 33 deletions

View File

@@ -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 )