Warning, /sdk/codevis/thirdparty/soci/tests/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 ############################################################################### 0002 # 0003 # This file is part of CMake configuration for SOCI library 0004 # 0005 # Copyright (C) 2013 Mateusz Loskot <mateusz@loskot.net> 0006 # Distributed under the Boost Software License, Version 1.0. 0007 # (See accompanying file LICENSE_1_0.txt or copy at 0008 # http://www.boost.org/LICENSE_1_0.txt) 0009 # 0010 ############################################################################### 0011 0012 colormsg(_HIBLUE_ "Configuring SOCI tests:") 0013 0014 # This works around a problem when building in C++11 mode with clang (see #984). 0015 add_definitions(-DCATCH_CONFIG_CPP11_NO_SHUFFLE) 0016 0017 include_directories( 0018 ${SOCI_SOURCE_DIR}/include/private 0019 ${CMAKE_CURRENT_SOURCE_DIR}) 0020 0021 file(GLOB SOCI_TESTS_COMMON common-tests.h) 0022 0023 add_subdirectory(empty) 0024 add_subdirectory(db2) 0025 add_subdirectory(firebird) 0026 add_subdirectory(mysql) 0027 add_subdirectory(odbc) 0028 add_subdirectory(oracle) 0029 add_subdirectory(postgresql) 0030 add_subdirectory(sqlite3)