cmake project examples

Signatures

project(<PROJECT-NAME> [<language-name>...])
  project(<PROJECT-NAME>
  [VERSION <major>[.<minor>[.<patch>[.<tweak>]]]]
  [DESCRIPTION <project-description-string>]
  [HOMEPAGE_URL <url-string>]
[LANGUAGES <language-name>...])

Examples

timi-liuliang/echo CMakeLists.txt :32

PROJECT(echo)

MegviiRobot/OdomLaserCalibraTool CMakeLists.txt :2

project(laser-odom_calibration)

vindar/tgx CMakeLists.txt :28

project(tgx)

qcad/qcad src/3rdparty/dxflib/CMakeLists.txt :2

project(dxflib VERSION 1.0 LANGUAGES CXX)

geodynamics/aspect benchmarks/advection_in_annulus/CMakeLists.txt :36

project(${TARGET})

AtomicGameEngine/AtomicGameEngine Source/ThirdParty/libcurl/LibCurl.cmake :46

project( CURL C )

AcademySoftwareFoundation/Imath CMakeLists.txt :17

project(Imath VERSION 3.2.0 LANGUAGES C CXX)

urho3d/urho3d Source/Extras/CMakeLists.txt :5

project (Urho3D-Extras)

somcosoftware/SCodes examples/QmlBarcodeGenerator/CMakeLists.txt :3

project(QmlBarcodeGenerator LANGUAGES CXX)

jkk-research/pointcloud_to_grid CMakeLists.txt :2

project(pointcloud_to_grid)

oceancx/CXEngine internals/CMakeLists.txt :2

project ( internals  )

rodrigodzf/NeuralResonatorVST CMakeLists.txt :2

project(NeuralResonator VERSION 0.1.0)

f3d-app/f3d plugins/assimp/CMakeLists.txt :3

project(f3d-plugin-assimp)

o3de/o3de AutomatedTesting/CMakeLists.txt :39

project(AutomatedTesting
        LANGUAGES C CXX
        VERSION 1.0.0.0
    )

prusa3d/PrusaSlicer src/CMakeLists.txt :2

project(PrusaSlicer-native)

anhttran/extreme_3d_faces lib/3rdParty/Eigen/CMakeLists.txt :1

project(Eigen3)

godlikepanos/anki-3d-engine ThirdParty/Jolt/Build/CMakeLists.txt :3

project(JoltPhysics VERSION 5.2.1 LANGUAGES CXX)

PacktPublishing/3D-Graphics-Rendering-Cookbook Chapter3/GL01_APIWrapping/CMakeLists.txt :3

project(Chapter3)

prusa3d/Prusa-Firmware lib/Catch2/examples/CMakeLists.txt :3

project( Catch2Examples LANGUAGES CXX )

bambulab/BambuStudio deps/CMakeLists.txt :23

project(BambuStudio-deps)

SoftFever/OrcaSlicer deps_src/minilzo/CMakeLists.txt :1

project(minilzo)

anhttran/3dmm_basic lib/3rdParty/Eigen/lapack/CMakeLists.txt :2

project(EigenLapack CXX)

RobustFieldAutonomyLab/la3dm CMakeLists.txt :2

project(la3dm)

DragonJoker/Castor3D demos/CastorDvpTD/CMakeLists.txt :1

project( CastorDvpTD )

cadaver/turso3d ThirdParty/SDL/src/hidapi/hidtest/CMakeLists.txt :2

project(hidtest C)

Hork-Engine/Hork-Source Samples/09_GifPlayer/CMakeLists.txt :1

project(09_GifPlayer)

STORM-IRIT/Radium-Engine examples/DataflowExamples/GraphAsNode/CMakeLists.txt :11

project(GraphAsNode VERSION 0.0.1)

JeanPhilippeKernel/RendererEngine Panzerfaust/CMakeLists.txt :3

project (Panzerfaust
	VERSION 1.0
	DESCRIPTION "Panzerfaust, the ZEngine Launcher"
)

RavEngine/RavEngine CMakeLists.txt :2

project(RavEngine)

cnr-isti-vclab/meshlab unsupported/plugins_unsupported/external/CoMISo/CMakeLists.txt :3

project(CoMISo)

zenustech/zeno projects/CUDA/remesh/CMakeLists.txt :2

project(remesh)

alex-hjm/cloudtool camera/Photoneo/examples/MinimalOpencv/CMakeLists.txt :10

project(MinimalOpenCVExample)

ZDoom/Raze CMakeLists.txt :35

project(Raze)

notomorrow/hyperion-engine CMakeLists.txt :20

project(${BUILD_NAME} CXX C)

hyye/dsl CMakeLists.txt :3

project(dsl)

roboception/cvkit CMakeLists.txt :36

project(cvkit)

eidelen/DicomToMesh lib/CMakeLists.txt :3

project( dicom2meshlib )

ArnoAnsems/CatacombGL src/Apocalypse/CMakeLists.txt :2

project(CatacombGL_Apocalypse LANGUAGES CXX)

keith2018/SoftGLRender third_party/json11/CMakeLists.txt :6

project(json11 VERSION 1.0.0 LANGUAGES CXX)

AlizaMedicalImaging/AlizaMS mdcm/Utilities/mdcmcharls/CMakeLists.txt :6

project(CHARLS_NAMESPACE VERSION ${CHARLS_VERSION} LANGUAGES C CXX)

stanislawfortonski/Procedural-Terrain-Generator-OpenGL CMakeLists.txt :3

project(terrain)

alpaka-group/alpaka example/bufferCopy/CMakeLists.txt :18

project(${_TARGET_NAME} LANGUAGES CXX)

eclipse-ecal/ecal app/mma/CMakeLists.txt :19

project(mma)

nextcloud/desktop CMakeLists.txt :7

project(client)

cs1ime/ceserver-rawmem thirdparty/cxxopts/test/add-subdirectory-test/CMakeLists.txt :3

project(cxxopts-test)

CNES/MAJA Packaging/CMakeLists.txt :23

project(MAJAPackaging)

Nukem9/dlssg-to-fsr3 dependencies/FidelityFX-SDK/framework/cauldron/framework/CMakeLists.txt :23

project (Framework)

ElyPrismLauncher/ElyPrismLauncher libraries/LocalPeer/CMakeLists.txt :2

project(LocalPeer)

xiefei2929/ORB_SLAM3-ROS-Interface Thirdparty/DBoW2/CMakeLists.txt :2

project(DBoW2)

NVIDIA/OptiX_Apps apps/intro_motion_blur/CMakeLists.txt :31

project( intro_motion_blur )

dpaulat/supercell-wx CMakeLists.txt :10

project(${PROJECT_NAME}
        VERSION      0.5.2
        DESCRIPTION  "Supercell Wx is a free, open source advanced weather radar viewer."
        HOMEPAGE_URL "https://github.com/dpaulat/supercell-wx"
        LANGUAGES    C CXX)

Smorodov/Multitarget-tracker src/Tracker/CMakeLists.txt :3

project(mtracking)

stack-of-tasks/pinocchio unittest/packaging/pkgconfig/CMakeLists.txt :3

project(ExtraLib CXX)

ZigRazor/CXXGraph examples/FloydWarshallExample/CMakeLists.txt :2

project(floydWarshallExample)

Kitware/kwiver arrows/core/tests/CMakeLists.txt :1

project(arrows_test_core)

danini/magsac CMakeLists.txt :3

project(MAGSAC LANGUAGES CXX)

davidstutz/superpixel-benchmark eval_parameter_optimization_cli/CMakeLists.txt :32

project (superpixel_benchmark)

MOLAorg/mp2p_icp apps/mm-filter/CMakeLists.txt :1

project(mm-filter)

OmarBazaraa/Competitive-Programming CMakeLists.txt :3

project("Momentum")

RSIA-LIESMARS-WHU/LSHBOX CMakeLists.txt :3

PROJECT(LSHBOX)

marcandrysco/Errol CMakeLists.txt :2

project(Errol)

o-reo/push_swap_visualizer CMakeLists.txt :2

project(push_swap_visualizer
  LANGUAGES CXX
  VERSION 1.0
)

nojhan/paradiseo CMakeLists.txt :15

project("ParadisEO"
    VERSION 3.1.3
    DESCRIPTION "Evolutionary optimization framework"
    LANGUAGES C CXX)

liminchen/OptCuts ext/libigl/external/cgal/src/CGAL_Project/demo/GraphicsView/CMakeLists.txt :3

project (GraphicsView_Demo)

wpilibsuite/allwpilib CMakeLists.txt :27

project(allwpilib)

amule-project/amule CMakeLists.txt :2

project (amule)

SCOREC/core doc/CMakeLists.txt :8

project(myproject VERSION 1.0.0 LANGUAGES CXX)

nv-legate/legate scripts/build/mpi_wrappers/CMakeLists.txt :8

project(legate_wrapper)

MaaAssistantArknights/MaaAssistantArknights src/Dart/native/CMakeLists.txt :2

project(callback)

WerWolv/Fenestra lib/third_party/nlohmann_json/CMakeLists.txt :7

project(nlohmann_json VERSION 3.11.3 LANGUAGES CXX)

maidsafe-archive/MaidSafe CMakeLists.txt :61

project(maidsafe)

CasparCG/server src/modules/decklink/CMakeLists.txt :2

project (decklink)

peter-winter/ctpg CMakeLists.txt :2

project(
    "ctpg"
    VERSION 1.3.6
    DESCRIPTION "Compile Time Parser Generator. A single header library turning c++ code into LR(1) parser with finite state machine lexer in compile time."
    HOMEPAGE_URL "https://github.com/peter-winter/ctpg"
    LANGUAGES CXX
)

MultiMC/Launcher launcher/CMakeLists.txt :1

project(application)

pierreguillot/Camomile CMakeLists.txt :8

project(Camomile VERSION 1.0.8 LANGUAGES C CXX)

0xd34df00d/leechcraft src/plugins/aggregator/plugins/webaccess/CMakeLists.txt :1

project (aggregator_webaccess)

NVIDIA/nvshmem perftest/CMakeLists.txt :67

PROJECT(NVSHMEMPerftest VERSION 1.0.0
          LANGUAGES CUDA CXX)

ByConity/ByConity contrib/jsonc-cmake/CMakeLists.txt :13

project(json-c)

WarmUpTill/SceneSwitcher plugins/openvr/CMakeLists.txt :2

project(advanced-scene-switcher-openvr)

CppMicroServices/CppMicroServices compendium/LogService/CMakeLists.txt :8

project(usLogService VERSION ${_version})

hku-mars/BALM CMakeLists.txt :2

project(balm2)

SsageParuders/Android_Native_Surface my_android_opencv/3rdparty/zlib/CMakeLists.txt :6

project(${ZLIB_LIBRARY} C)

ossia/score 3rdparty/vst3/CMakeLists.txt :26

project(vstsdk)

stp/stp examples/simple/CMakeLists.txt :21

project(SimpleSTPExample)

daniel5151/ANESE CMakeLists.txt :5

project(anese)

LLNL/Caliper doc/CMakeLists.txt :1

project(caliper-doc)

JokerEyeAdas/HDR-ISP srcs/CMakeLists.txt :3

project(modules)

ultravideo/uvgRTP CMakeLists.txt :10

project(uvgrtp
        VERSION ${uvgrtp_VER}
        DESCRIPTION ${uvgrtp_DESCR}
        HOMEPAGE_URL ${uvgrtp_URL}
        LANGUAGES CXX)

RenderKit/ospray scripts/superbuild/CMakeLists.txt :37

project(OSPRay_superbuild)

PaoPaoRobot/ORB_SLAM2 CMakeLists.txt :2

project(ORB_SLAM2)

NVIDIA/MatX cmake/rapids-cmake/rapids-cmake/cuda/init_architectures.cmake :31

project()

apache/brpc example/dynamic_partition_echo_c++/CMakeLists.txt :19

project(dynamic_partition_echo_c++ C CXX)

TheAssemblyArmada/Thyme CMakeLists.txt :18

project(thyme VERSION 1.04.0 LANGUAGES C CXX)

NVIDIA/DALI dali/kernels/CMakeLists.txt :15

project(dali_kernels CUDA CXX C)

darbyjohnston/DJV etc/SuperBuild/CMakeLists.txt :5

project(DJV-SuperBuild)

Autodesk/Aurora Libraries/Aurora/CMakeLists.txt :1

project(Aurora)

eclipse-paho/paho.mqtt-sn.embedded-c MQTTSNPacket/test/CMakeLists.txt :17

PROJECT(mqtt-sn-tests)

LiangliangNan/MVStudio 3rd_party/clapack/CMakeLists.txt :1

project(CLAPACK C)

AnyDSL/impala CMakeLists.txt :3

project(Impala)

OSVR/SteamVR-OSVR vendor/eigen-3.2.4/cmake/language_support.cmake :25

project(test NONE)