Warning, /kdevelop/kdev-ruby/completion/tests/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 
0002 set(EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR})
0003 
0004 ecm_add_test(
0005     completion.cpp
0006     ../../duchain/tests/duchaintestbase.cpp
0007 
0008     TEST_NAME completion
0009 
0010     LINK_LIBRARIES
0011 
0012     Qt5::Test
0013 
0014     KDev::Interfaces
0015     KDev::Tests
0016 
0017     kdevrubyduchain
0018     kdevrubyparser
0019     kdevrubycompletion
0020 )
0021