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

nCine/nCine project/android/app/src/main/cpp/CMakeLists.txt :2

project(${NCPROJECT_NAME}-Android-${ANDROID_ABI})

timi-liuliang/echo editor/Qt/5.12.3/clang_64/lib/cmake/Qt5Core/Qt5CTestMacros.cmake :181

project(module_includes)

albertz/openlierox tools/FontGenerator/CMakeLists.txt :1

PROJECT(olx_fontgenerator)

qcad/qcad src/3rdparty/opennurbs/android_uuid/CMakeLists.txt :2

project( android_uuid C)

KumarRobotics/jps3d CMakeLists.txt :2

project(jps3d)

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

project(${TARGET})

AtomicGameEngine/AtomicGameEngine Source/ThirdParty/easy_profiler/CMakeLists.txt :2

project(easy_profiler CXX)

u3d-community/U3D Docs/CMakeLists.txt :24

project (Urho3D-Docs)

PieKing1215/FallingSandSurvival CMakeLists.txt :5

project(FallingSandSurvival C CXX)

AcademySoftwareFoundation/Imath src/ImathTest/CMakeLists.txt :12

project(ImathTest)

basketoengine/Basketo CMakeLists.txt :2

project(BasketoGameEngine)

alicevision/AliceVision src/software/utils/aliceVisionAs3rdParty/CMakeLists.txt :3

project(AliceVisionAs3rdParty)

gwaldron/osgearth CMakeLists.txt :13

project(
    OSGEARTH
    DESCRIPTION "osgEarth SDK"
    HOMEPAGE_URL "https://github.com/gwaldron/osgearth"
    LANGUAGES CXX C)

f3d-app/f3d examples/libf3d/cpp/use-options-string/CMakeLists.txt :3

project(use-options-string)

paroj/gltut CMakeLists.txt :7

project(AllTutorials)

o3de/o3de Gems/AtomTressFX/External/Code/src/Math/CMakeLists.txt :1

project (TressFX_${GFX_API})

prusa3d/PrusaSlicer bundled_deps/libigl/CMakeLists.txt :2

project(libigl)

FreeCAD/FreeCAD CMakeLists.txt :51

project(FreeCAD)

godlikepanos/anki-3d-engine ThirdParty/Sdl3/src/hidapi/CMakeLists.txt :34

project(hidapi LANGUAGES C)

PacktPublishing/3D-Graphics-Rendering-Cookbook Chapter10/GL02_CullingGPU/CMakeLists.txt :3

project(Chapter9)

bambulab/BambuStudio src/clipper/CMakeLists.txt :2

project(clipper)

SoftFever/OrcaSlicer deps_src/nanosvg/CMakeLists.txt :3

project(nanosvg)

fverdoja/Fast-3D-Pointcloud-Segmentation CMakeLists.txt :2

project(supervoxel_clustering)

harfang3d/harfang3d extern/tiny-process-library/CMakeLists.txt :3

project(tiny-process-library LANGUAGES CXX)

jbehley/SuMa CMakeLists.txt :3

project(surfel_mapping VERSION 0.1 DESCRIPTION "SuMa --Surfel-based Mapping using LiDAR scans" LANGUAGES C CXX)

anhttran/3dmm_basic CMakeLists.txt :2

project (CLM_framework)

DragonJoker/Castor3D source/Plugins/Generic/DisneyBRDF/CMakeLists.txt :2

project( ${FOLDER_NAME} )

koide3/hdl_people_tracking CMakeLists.txt :2

project(hdl_people_tracking)

Universite-Gustave-Eiffel/I-Simpa src/lib_interface/input_output/pugixml/CMakeLists.txt :1

project(pugixml)

Hork-Engine/Hork-Source Samples/05_NavMesh/CMakeLists.txt :1

project(05_NavMesh)

STORM-IRIT/Radium-Engine CMakeLists.txt :17

project(radiumproject VERSION ${INPUT_Radium_VERSION})

fzi-forschungszentrum-informatik/gpu-voxels icmaker/IcMaker.cmake :74

PROJECT(${ICMAKER_PROJECT_NAME})

JeanPhilippeKernel/RendererEngine CMakeLists.txt :3

project (RendererEngine
	VERSION 1.0
	DESCRIPTION "Renderer Engine is an open-source 2D - 3D rendering engine written in C/C++"
	LANGUAGES CXX C
)

Erkaman/hole_fixer CMakeLists.txt :2

project(hole_fixer)

RavEngine/RavEngine deps/assimp/CMakeLists.txt :74

PROJECT(Assimp VERSION 5.4.3)

riidefi/RiiStudio source/cli/CMakeLists.txt :1

project(cli)

Vhonowslend/StreamFX-Public components/denoising/CMakeLists.txt :6

project("Denoising")

sergcpp/DummyEngine CMakeLists.txt :10

project(DummySW)

overte-org/overte CMakeLists.txt :30

project(overte)

microsoft/spatialaudio-unity Source/Utilities/vectormath/CMakeLists.txt :4

project(VectorMath)

stuntrally/stuntrally3 CMakeLists.txt :28

project( StuntRally3 )

SlicerRt/SlicerRT Beams/MRML/CMakeLists.txt :1

project(vtkSlicer${MODULE_NAME}ModuleMRML)

Kitware/VeloView Superbuild/CMakeLists.txt :3

project(LidarViewSuperBuild)

PDAL/PDAL examples/filter-streamer/CMakeLists.txt :2

project(StreamerTutorial)

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

project(${_TARGET_NAME} LANGUAGES CXX)

eclipse-ecal/ecal app/mon/mon_plugins/raw_data_reflection/CMakeLists.txt :19

project(mon_plugin_raw_data_reflection VERSION 0.1.0)

nextcloud/desktop shell_integration/dolphin/CMakeLists.txt :1

project(dolphin-owncloud)

ZDoom/gzdoom CMakeLists.txt :32

project(GZDoom)

YWL0720/YOLO_ORB_SLAM3_with_pointcloud_map CMakeLists.txt :2

project(ORB_SLAM3)

svkaiser/Doom64EX extern/CMakeLists.txt :27

project(Doom64EX_Extern)

ANTsX/ANTs CMakeLists.txt :64

project(SuperBuild_${LOCAL_PROJECT_NAME}
    DESCRIPTION "Optional superbuild step to build external support libraries for ANTs"
  )

etternagame/etterna extern/boost/nowide/CMakeLists.txt :19

project(nowide VERSION ${_version} LANGUAGES CXX)

HamedMasafi/Nut tests/auto/tst_benckmark/CMakeLists.txt :9

project(tst_benchmark LANGUAGES C CXX ASM)

engineer1109/LearnVulkan Android/app/src/main/cpp/CMakeLists.txt :10

project("learnvulkan")

OpenImageDebugger/OpenImageDebugger CMakeLists.txt :26

project(OpenImageDebugger)

KDE/digikam project/bundles/3rdparty/CMakeLists.txt :9

project(digikam-bundles)

pcb9382/FaceAlgorithm CMakeLists.txt :4

project (FaceAlgorithmDemo)

PuYuuu/CppRobotics utils/CMakeLists.txt :2

project(utils)

stack-of-tasks/pinocchio CMakeLists.txt :83

project(${PROJECT_NAME} ${PROJECT_ARGS})

Kitware/kwiver arrows/cuda/CMakeLists.txt :2

project(kwiver_arrow_cuda LANGUAGES CXX CUDA)

MOLAorg/mp2p_icp CMakeLists.txt :28

project(mp2p_icp LANGUAGES CXX)

EricPengShuai/Interview CMakeLists.txt :2

project(base_code)

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

PROJECT(LSHBOX)

thestk/stk projects/demo/CMakeLists.txt :1

project(demo)

mohabouje/eDSP bindings/python/CMakeLists.txt :1

project(edsp-python VERSION 0.0.1 LANGUAGES CXX)

liminchen/OptCuts ext/libigl/external/cgal/src/CGAL_Project/applications/Triangulation/CMakeLists.txt :4

project( Triangulation_apps )

NGSolve/ngsolve CMakeLists.txt :57

project(NGSolve)

wpilibsuite/allwpilib CMakeLists.txt :27

project(allwpilib)

KhronosGroup/Vulkan-Samples CMakeLists.txt :38

project(vulkan_samples)

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

project(legate_wrapper)

MaaAssistantArknights/MaaAssistantArknights CMakeLists.txt :2

project(MAA)

rheit/zdoom game-music-emu/CMakeLists.txt :2

project(libgme)

bareos/bareos contrib/CMakeLists.txt :20

project(bareos-contrib)

adepierre/SniffCraft sniffcraft/CMakeLists.txt :1

project(sniffcraft)

WerWolv/Fenestra lib/third_party/imgui/custom/CMakeLists.txt :3

project(imgui_backend)

kmkolasinski/AwesomeBump CMakeLists.txt :2

project(awesomebump)

CroatiaControlLtd/asterix src/asterix/wireshark-plugin/1.8.4/CMakeLists.txt :24

project(Wireshark C CXX)

MultiMC/Launcher libraries/launcher/CMakeLists.txt :2

project(launcher Java)

PolyMC/PolyMC libraries/javacheck/CMakeLists.txt :2

project(launcher Java)

bluetiger9/SmtpClient-for-Qt CMakeLists.txt :3

project(SmtpMime
  VERSION 2.0
  LANGUAGES C CXX)

r1delta/r1delta CMakeLists.txt :27

project(r1delta)

mgbowen/windows-fido-bridge src/win32_middleware_common/CMakeLists.txt :1

project(win32_middleware_common)

NVIDIA/nvshmem src/device/CMakeLists.txt :37

project(
  NVSHMEM_DEVICE
  LANGUAGES CUDA CXX C
  VERSION ${PROJECT_VERSION}
)

openvinotoolkit/openvino src/bindings/python/CMakeLists.txt :14

project(OpenVINOPython DESCRIPTION "OpenVINO Runtime Python bindings")

lightspark/lightspark src/3rdparty/imgui/examples/example_android_opengl3/CMakeLists.txt :3

project(ImGuiExample)

mapnik/mapnik benchmark/CMakeLists.txt :1

project(mapnik-benchmark)

GPUOpen-Archive/Anvil deps/glslang/CMakeLists.txt :59

project(glslang)

CppMicroServices/CppMicroServices doc/src/examples/getting_started/CMakeLists.txt :4

project(CppMicroServicesGettingStarted)

alexa/avs-device-sdk applications/acsdkBlueZBluetoothImplementation/CMakeLists.txt :2

project(acsdkBlueZBluetoothImplementation LANGUAGES CXX)

SsageParuders/Android_Native_Surface my_android_opencv/cmake/OpenCVPluginStandalone.cmake :39

project(${OPENCV_PLUGIN_NAME} LANGUAGES CXX)

ossia/score src/plugins/score-lib-state/Tests/CMakeLists.txt :1

project(StateTests)

baoxingsong/AnchorWave googletest/googletest/CMakeLists.txt :53

project(gtest VERSION 1.9.0 LANGUAGES CXX C)

ByteWelder/Tactility Libraries/esp_lvgl_port/examples/i2c_oled/CMakeLists.txt :4

project(i2c_oled)

vinipsmaker/tufao CMakeLists.txt :2

project(tufao)

ZTzTopia/GTInternalAndroid CMakeLists.txt :2

project(Main)

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

project(ExampleProject ...)

Rezonality/zep CMakeLists.txt :32

project(Zep
    LANGUAGES CXX C
    VERSION 0.5.0
)

v6d-io/v6d java/core/CMakeLists.txt :10

project(vineyard LANGUAGES C CXX)

dmlc/decord CMakeLists.txt :27

project(decord C CXX CUDA)

w111liang222/lidar-slam-detection sensor_driver/common_lib/logging/CMakeLists.txt :2

project(logging)