Warning, /office/calligra/devtools/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 if(SHOULD_BUILD_APP_CSTESTER)
0002     add_subdirectory( cstester )
0003 endif()
0004 
0005 if (SHOULD_BUILD_APP_SLIDECOMPARE)
0006     add_subdirectory(slidecompare)
0007 endif()
0008 
0009 if (SHOULD_BUILD_APP_DEVTOOLS)
0010     add_subdirectory(scripts)
0011 endif ()
0012 
0013 if (SHOULD_BUILD_BUILDTOOL_RNG2CPP)
0014     add_subdirectory(rng2cpp)
0015 endif ()