Warning, /sdk/codevis/thirdparty/soci/tests/mysql/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) 2010-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 soci_backend_test(
0013   BACKEND MySQL
0014   DEPENDS MySQL
0015   SOURCE test-mysql.cpp ${SOCI_TESTS_COMMON}
0016   CONNSTR "db=soci_test")