Warning, /utilities/kookbook/autotests/parsertest/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 
0002 ecm_add_test(ingredientsextractortest.cpp
0003     LINK_LIBRARIES
0004         Qt::Test
0005         parser
0006 )
0007 
0008 ecm_add_test(recipeparsertest.cpp
0009     LINK_LIBRARIES
0010         Qt::Test
0011         parser
0012 )