cmake subdirs examples

Signatures

subdirs(dir1 dir2 ...[EXCLUDE_FROM_ALL exclude_dir1 exclude_dir2 ...]
  [PREORDER])

Examples

cleinc/slslam CMakeLists.txt :3

subdirs(src)

bolero-MURAKAMI/Sprout CMakeLists.txt :43

subdirs( sprout  tools cmake )

opensim-org/opensim-core Applications/Analyze/CMakeLists.txt :6

subdirs(test)

hlrs-vis/covise src/OpenCOVER/DrivingSim/VirtualPlanetBuilder/CMakeLists.txt :11

SUBDIRS(
        src
        applications
)

libLAS/libLAS test/CMakeLists.txt :8

subdirs(unit)

audacity/audacity share/CMakeLists.txt :11

subdirs(locale autobotscripts)

Dreamtowards/Ethertia lib/_misc/bullet3/CMakeLists.txt :430

SUBDIRS(Demos3)

OpenDDS/OpenDDS tests/cmake/dump_ctest_info.cmake :47

subdirs("${CMAKE_CURRENT_BINARY_DIR}")

ComputationalBiomechanicsLab/opensim-creator third_party/libosim/opensim-core/Applications/Analyze/CMakeLists.txt :6

subdirs(test)

KDE/marble src/mac/CMakeLists.txt :1

SUBDIRS(Contents)

openmm/openmm platforms/cpu/CMakeLists.txt :18

SUBDIRS(tests)

vxl/vxl contrib/brl/bseg/boxm2/CMakeLists.txt :47

subdirs(basic)

openigtlink/OpenIGTLink Examples/CMakeLists.txt :52

SUBDIRS(
    ${EXAMPLE_DIRS}
    )

halide/Halide apps/hannk/cmake/superbuild/CMakeLists.txt :98

subdirs(\"${ctest_dir}\")

QMCPACK/qmcpack examples/CMakeLists.txt :5

subdirs(molecules/H2O)

MrFrenik/Enjon ThirdParty/Build/Include/Bullet/CMakeLists.txt :3

SUBDIRS(  Bullet3OpenCL Bullet3Serialize/Bullet2FileLoader Bullet3Dynamics Bullet3Collision Bullet3Geometry )

facebook/mysql-5.6 extra/libcbor/CMakeLists.txt :153

subdirs(src)

polardb/polardbx-engine extra/libcbor/CMakeLists.txt :153

subdirs(src)

dealii/dealii tests/CMakeLists.txt :162

subdirs(${_category})

GreatSQL/GreatSQL extra/libcbor/CMakeLists.txt :153

subdirs(src)

yanhua133/mediasoup-sfu-cpp deps/libsdptransform/CMakeLists.txt :12

subdirs(test readme-helper)

Froser/gamemachine src/3rdparty/bullet3-2.87/CMakeLists.txt :388

SUBDIRS(Demos3)

pyushkevich/itksnap CMakeLists.txt :1712

SUBDIRS(Utilities/Forwarding)

loveyacper/Qedis CMakeLists.txt :5

SUBDIRS(QBase)

GrapeTec/T-SPLINE CMakeLists.txt :39

subdirs(source newmat)

sears/bLSM CMakeLists.txt :30

SUBDIRS(test servers/native)

openmm/openmm-torch platforms/cuda/CMakeLists.txt :81

SUBDIRS (tests)

OpenGATE/Gate source/externals/itk-mhd/CMakeLists.txt :12

SUBDIRS(itkzlib)

SwagSoftware/Kisak-Strike thirdparty/bullet3/CMakeLists.txt :424

SUBDIRS(Demos3)

joschu/trajopt ext/bullet/CMakeLists.txt :354

SUBDIRS(Demos)

nvpro-samples/optix_advanced_samples src/CMake/Macros.cmake :117

SUBDIRS(${DIRS})

Sneeds-Feed-and-Seed/sneedacity lib-src/portaudio-v19/CMakeLists.txt :472

SUBDIRS(test)

saprykin/plibsys CMakeLists.txt :55

subdirs (src)

danginsburg/opengles3-book CMakeLists.txt :10

SUBDIRS( Common
         Chapter_2/Hello_Triangle
         Chapter_6/Example_6_3 
         Chapter_6/Example_6_6
         Chapter_6/MapBuffers
         Chapter_6/VertexArrayObjects
         Chapter_6/VertexBufferObjects
         Chapter_7/Instancing
         Chapter_8/Simple_VertexShader
         Chapter_9/Simple_Texture2D 
         Chapter_9/Simple_TextureCubemap
         Chapter_9/MipMap2D
         Chapter_9/TextureWrap
         Chapter_10/MultiTexture
         Chapter_11/MRTs
         Chapter_14/Noise3D
         Chapter_14/ParticleSystem
         Chapter_14/ParticleSystemTransformFeedback 
         Chapter_14/Shadows 
         Chapter_14/TerrainRendering )

gccxml/gccxml GCC/CMakeLists.txt :42

SUBDIRS(config_cmake libiberty libdecnumber libcpp gcc)