Warning, /sdk/codevis/lvtclp/systemtests/fortran_c_mixed/mixedprj/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 add_executable(mixedprj
0002     a.f
0003     c.c
0004     main.c
0005 
0006     # b.f is included in a.f, but omitted here on purpose, to check if the parser will find it.
0007 
0008     # other.h is included in main.c, but omitted here on purpose. It has a Fortran function declaration
0009     # without any definition (The definition is on Fortran code). The parser must be able to find it.
0010 )