Warning, /libraries/kdb/tests/features/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 # temp
0002 add_definitions(
0003 -DNO_GUI=1
0004 )
0005
0006 ########### next target ###############
0007
0008 set(kdbfeaturestest_SRCS
0009 main.cpp
0010 sqltest
0011 sqltest_int
0012 README
0013 )
0014
0015 add_executable(kdbfeaturestest ${kdbfeaturestest_SRCS})
0016
0017 target_link_libraries(kdbfeaturestest
0018 PUBLIC
0019 KDb
0020 )