mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-24 06:04:15 +01:00
added last Poco module to cmake infrastructure - PocoODBC (working at least on linux32 + unixodbc + gcc 4.3.2)
This commit is contained in:
@@ -29,11 +29,15 @@ install(
|
||||
)
|
||||
|
||||
add_subdirectory( SQLite )
|
||||
|
||||
if(MYSQL_FOUND)
|
||||
add_subdirectory( MySQL )
|
||||
endif(MYSQL_FOUND)
|
||||
if(ODBC_CONFIG)
|
||||
# add_subdirectory( ODBC )
|
||||
|
||||
include(../contrib/cmake/FindODBC.cmake)
|
||||
|
||||
if(NOT ODBC_CONFIG-NOT_FOUND)
|
||||
add_subdirectory( ODBC )
|
||||
endif(ODBC_CONFIG)
|
||||
|
||||
add_subdirectory( samples )
|
||||
|
||||
Reference in New Issue
Block a user