Revision 9b62968205ef333b01240e01da8ff8e2845a6ae7 authored by Lorenzo Moneta on 30 January 2014, 16:18:57 UTC, committed by Wouter Verkerke on 11 February 2014, 09:10:39 UTC
1 parent b4fe628
Raw File
CMakeLists.txt
if(mysql)
  add_subdirectory(mysql)
endif()
if(oracle)
  add_subdirectory(oracle)
endif()
if(odbc)
  add_subdirectory(odbc)
endif()
if(pgsql)
  add_subdirectory(pgsql)
endif()
if(sqlite)
  add_subdirectory(sqlite)
endif()
back to top