cmake subdirs examples

Signatures

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

Examples

cleinc/slslam CMakeLists.txt :3

subdirs(src)

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

subdirs(test)

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

SUBDIRS(
        src
        applications
)

WPI-AIM/ambf external/bullet/CMakeLists.txt :399

SUBDIRS(Demos3)

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

subdirs(test)

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

SUBDIRS(tests)

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

subdirs(basic)

sabel83/mpllibs CMakeLists.txt :45

subdirs(libs)

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)

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})

kripken/ammo.js bullet/CMakeLists.txt :364

SUBDIRS(Demos)

TrunkRecorder/trunk-recorder lib/op25_repeater/CTestTestfile.cmake :7

subdirs(include/op25_repeater)

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)

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)

open-gunz/ogz-source src/sdk/bullet/include/CMakeLists.txt :3

SUBDIRS(  Bullet3OpenCL Bullet3Serialize/Bullet2FileLoader Bullet3Dynamics Bullet3Collision Bullet3Geometry Bullet3Common )

camsas/firmament CMakeLists.txt :42

subdirs(scripts/job)

bytebrew/slope CMakeLists.txt :32

subdirs(
   "${CMAKE_SOURCE_DIR}/slope"
   "${CMAKE_SOURCE_DIR}/demos"
)

gccxml/gccxml GCC/CMakeLists.txt :42

SUBDIRS(config_cmake libiberty libdecnumber libcpp gcc)