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

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