cmake project(DESCRIPTION) examples

86Box/86Box CMakeLists.txt :38

project(86Box
    VERSION 5.0
    DESCRIPTION "Emulator of x86-based systems"
    HOMEPAGE_URL "https://86box.net"
    LANGUAGES C CXX)

liballeg/allegro5 CMakeLists.txt :40

project(${ALLEGRO_PROJECT_NAME}${ALLEGRO_PROJECT_SUFFIX}
    VERSION ${ALLEGRO_VERSION}
    LANGUAGES C CXX
    DESCRIPTION "Allegro project"
    HOMEPAGE_URL "https://github.com/liballeg/allegro5"
)

Taywee/args CMakeLists.txt :24

project(args LANGUAGES CXX VERSION 6.4.7 DESCRIPTION "A flexible single-header C++11 argument parsing library that is designed to appear somewhat similar to Python's argparse" HOMEPAGE_URL "https://github.com/Taywee/args")

Taywee/args examples/CMakeLists.txt :2

project(gitlike VERSION 1.0.0 DESCRIPTION "Sample build program")

assimp/assimp CMakeLists.txt :107

PROJECT(Assimp VERSION 6.0.2
  LANGUAGES C CXX
  DESCRIPTION "Open Asset Import Library (Assimp) is a library to import various well-known 3D model formats in a uniform manner."
)

erincatto/box2d CMakeLists.txt :5

project(box2d
	VERSION 3.2.0
	DESCRIPTION "A 2D physics engine for games"
	HOMEPAGE_URL "https://box2d.org"
	LANGUAGES C CXX
)

catchorg/Catch2 CMakeLists.txt :36

project(Catch2
  VERSION 3.8.1 # CML version placeholder, don't delete
  LANGUAGES CXX
  HOMEPAGE_URL "https://github.com/catchorg/Catch2"
  DESCRIPTION "A modern, C++-native, unit test framework."
)

mozilla/cbindgen tests/depfile/single_crate/CMakeLists.txt :3

project(depfile_test
    LANGUAGES C
    DESCRIPTION "A CMake Project to test the --depfile output from cbindgen"
)

mozilla/cbindgen tests/depfile/single_crate_config/CMakeLists.txt :3

project(depfile_test
        LANGUAGES C
        DESCRIPTION "A CMake Project to test the --depfile output from cbindgen"
        )

recp/cglm CMakeLists.txt :2

project(cglm
  VERSION 0.9.6
  HOMEPAGE_URL https://github.com/recp/cglm
  DESCRIPTION "OpenGL Mathematics (glm) for C"
  LANGUAGES C
)

jcelerier/cninja CMakeLists.txt :2

project(cninja
  LANGUAGES CXX
  VERSION 3.7.9
  HOMEPAGE_URL "https://github.com/jcelerier/cninja"
  DESCRIPTION "Opinionated CMake config manager"
)

drowe67/codec2 CMakeLists.txt :15

project(CODEC2
  VERSION 1.2.0
  DESCRIPTION "Next-Generation Digital Voice for Two-Way Radio"
  HOMEPAGE_URL "https://www.rowetel.com/codec2.html"
  LANGUAGES C
  )

cp2k/cp2k CMakeLists.txt :36

project(
  cp2k
  DESCRIPTION "CP2K"
  HOMEPAGE_URL "https://www.cp2k.org"
  VERSION "2025.1"
  LANGUAGES Fortran C CXX)

cp2k/dbcsr CMakeLists.txt :61

project(
  dbcsr
  DESCRIPTION
    "DBCSR: Distributed Block Compressed Sparse Row matrix library (https://dbcsr.cp2k.org)"
)

LinuxDevon/dbc_parser_cpp CMakeLists.txt :4

project(dbc VERSION 0.5.0 DESCRIPTION "C++ DBC Parser")

dftd4/dftd4 CMakeLists.txt :19

project(
  "dftd4"
  LANGUAGES "Fortran"
  VERSION "3.7.0"
  DESCRIPTION "Generally Applicable Atomic-Charge Dependent London Dispersion Correction"
)

microsoft/DirectXMath CMakeLists.txt :12

project(DirectXMath
  VERSION ${DIRECTXMATH_VERSION}
  DESCRIPTION "DirectXMath SIMD C++ math library"
  HOMEPAGE_URL "https://go.microsoft.com/fwlink/?LinkID=615560"
  LANGUAGES CXX)

microsoft/DirectXMath SHMath/CMakeLists.txt :12

project(DirectXSH
  VERSION ${SHMATH_VERSION}
  DESCRIPTION "C++ Spherical Harmonics Math Library"
  HOMEPAGE_URL "https://go.microsoft.com/fwlink/?LinkID=615560"
  LANGUAGES CXX)

microsoft/DirectXMath XDSP/CMakeLists.txt :12

project(XDSP
  VERSION ${XDSP_VERSION}
  DESCRIPTION "XDSP Digital Signal Processing (DSP) for DirectXMath"
  HOMEPAGE_URL "https://go.microsoft.com/fwlink/?LinkID=615560"
  LANGUAGES CXX)

microsoft/DirectXMesh CMakeLists.txt :8

project(DirectXMesh
  VERSION ${DIRECTXMESH_VERSION}
  DESCRIPTION "DirectXMesh geometry Library"
  HOMEPAGE_URL "https://go.microsoft.com/fwlink/?LinkID=324981"
  LANGUAGES CXX)

microsoft/DirectXTex CMakeLists.txt :12

project (DirectXTex
  VERSION ${DIRECTXTEX_VERSION}
  DESCRIPTION "DirectX Texture Library"
  HOMEPAGE_URL "https://go.microsoft.com/fwlink/?LinkId=248926"
  LANGUAGES CXX)

microsoft/DirectXTK CMakeLists.txt :12

project (DirectXTK
  VERSION ${DIRECTXTK_VERSION}
  DESCRIPTION "DirectX Tool Kit for DirectX 11"
  HOMEPAGE_URL "https://go.microsoft.com/fwlink/?LinkId=248929"
  LANGUAGES CXX)

JPeterMugaas/efxc2 CMakeLists.txt :14

project (efxc2 VERSION ${EFXC2_VERSION}
  DESCRIPTION "Enhanced fxc2"
  HOMEPAGE_URL "https://github.com/JPeterMugaas/efxc2"
  LANGUAGES CXX)

skypjack/entt CMakeLists.txt :14

project(
    EnTT
    VERSION ${ENTT_VERSION}
    DESCRIPTION "Gaming meets modern C++ - a fast and reliable entity-component system (ECS) and much more"
    HOMEPAGE_URL "https://github.com/skypjack/entt"
    LANGUAGES C CXX
)

Exiv2/exiv2 CMakeLists.txt :13

project(
  exiv2
  VERSION 1.00.0.9
  DESCRIPTION "Exif/IPTC/Xmp C++ metadata library and tools plus ICC Profiles, Previews and more."
  LANGUAGES C CXX
)

TartanLlama/expected CMakeLists.txt :2

project(tl-expected
  HOMEPAGE_URL https://tl.tartanllama.xyz
  DESCRIPTION "C++11/14/17 std::expected with functional-style extensions"
  VERSION 1.0.1
  LANGUAGES CXX)

flintlib/flint CMakeLists.txt :29

project(flint
  VERSION ${FLINT_VERSION}
  DESCRIPTION "Fast Library for Number Theory"
  HOMEPAGE_URL https://flintlib.org/
  LANGUAGES C CXX)

FreeCAD/FreeCAD src/3rdParty/libE57Format/CMakeLists.txt :36

project( E57Format
	DESCRIPTION
	    "E57Format is a library to read and write E57 files"
	LANGUAGES
	    CXX
	VERSION
	    2.2.1
)

libgeos/geos CMakeLists.txt :59

project(GEOS
  VERSION ${GEOS_VERSION_NOPATCH}
  LANGUAGES C CXX
  DESCRIPTION "GEOS - C++ port of the Java Topology Suite (JTS)"
  HOMEPAGE_URL "https://libgeos.org/"
)

cginternals/glbinding CMakeLists.txt :117

project(${META_PROJECT_NAME}
    VERSION ${META_VERSION}
    DESCRIPTION ${META_PROJECT_DESCRIPTION}
)

google/glog CMakeLists.txt :2

project (glog
  VERSION 0.8.0
  DESCRIPTION "C++ implementation of the Google logging module"
  HOMEPAGE_URL https://github.com/google/glog
  LANGUAGES CXX
)

sciapp/gr lib/grm/test/public_api/grm/CMakeLists.txt :3

project(
  grm_test_public_api
  DESCRIPTION "Test the public api of GRM"
  LANGUAGES C CXX
)

igraph/igraph CMakeLists.txt :41

project(
  igraph
  VERSION ${PACKAGE_VERSION_BASE}
  DESCRIPTION "A library for creating and manipulating graphs"
  HOMEPAGE_URL https://igraph.org
  LANGUAGES C CXX
)

ispc/ispc benchmarks/CMakeLists.txt :9

project(${BENCHMARKS_PROJECT_NAME}
        DESCRIPTION "ISPC micro benchmarks"
        LANGUAGES CXX)

ispc/ispc ispcrt/tests/CMakeLists.txt :7

project(${ISPCRT_TESTS_PROJECT_NAME}
        DESCRIPTION "ISPCRT tests"
        LANGUAGES CXX)

InsightSoftwareConsortium/ITK CMakeLists.txt :46

project(
  ITK
  VERSION ${ITK_VERSION}
  DESCRIPTION
    "The Insight Toolkit (ITK) is an open-source, cross-platform toolkit for N-dimensional scientific image processing, segmentation, and registration."
  HOMEPAGE_URL "https://itk.org"
  LANGUAGES CXX C)

InsightSoftwareConsortium/ITK Modules/ThirdParty/NIFTI/src/nifti/CMakeLists.txt :34

project(NIFTI
        VERSION ${GIT_REPO_VERSION}
        DESCRIPTION "Niftilib is a set of i/o libraries for reading and writing files in the nifti-1 data format. nifti-1 is a binary file format for storing medical image data, e.g. magnetic resonance image (MRI) and functional MRI (fMRI) brain images."
        LANGUAGES C)

InsightSoftwareConsortium/ITK Modules/ThirdParty/VNL/src/vxl/CMakeLists.txt :67

project(VXL #Project name must be all caps to have properly generated VXL_VERSION_* variables
    VERSION 5.6.0.0 # defines #MAJOR,MINOR,PATCH,TWEAK}
    DESCRIPTION "A multi-platform collection of C++ software libraries for Computer Vision and Image Understanding."
    LANGUAGES CXX C)

KDAB/KDStateMachineEditor CMakeLists.txt :57

project(
    kdstatemachineeditor
    DESCRIPTION "A framework for creating Qt State Machine metacode using a graphical user interface"
    HOMEPAGE_URL "https://github.com/KDAB/KDStateMachineEditor"
    LANGUAGES CXX C
    VERSION ${KDSME_VERSION}
)

KhronosGroup/KTX CMakeLists.txt :206

project(KTX-Software
    VERSION ${KTX_VERSION}
    DESCRIPTION "Libraries and tools to create and read KTX image texture files."
)

lammps/lammps cmake/CMakeLists.txt :34

project(lammps
        DESCRIPTION "The LAMMPS Molecular Dynamics Simulator"
        HOMEPAGE_URL "https://www.lammps.org"
        LANGUAGES CXX C)

lammps/lammps tools/phonon/tricubic/CMakeLists.txt :8

project(tricubic VERSION 1.1 DESCRIPTION "Tricubic library" LANGUAGES CXX)

ledger/ledger lib/utfcpp/v4/CMakeLists.txt :5

project (utf8cpp 
         VERSION 4.0.4
         LANGUAGES CXX
         DESCRIPTION "C++ portable library for working with utf-8 encoding")

Esri/lerc CMakeLists.txt :3

project(Lerc
        DESCRIPTION "Limited Error Raster Compression"
        HOMEPAGE_URL "https://github.com/Esri/lerc"
        VERSION 4.0.0) # Keep in sync with Lerc_c_api.h

lfortran/lfortran CMakeLists.txt :19

project(lfortran
        VERSION ${LFORTRAN_NO_TAG_VERSION}
        DESCRIPTION "A modern open-source interactive Fortran compiler"
        HOMEPAGE_URL "https://lfortran.org/"
        LANGUAGES C CXX)

lfortran/lfortran src/lfortran/tests/test_cmake_integration/CMakeLists.txt :3

project(test_project VERSION 0.1
        DESCRIPTION "hello"
        LANGUAGES Fortran)

3MFConsortium/lib3mf CMakeLists.txt :17

project(lib3mf
  VERSION ${LIB3MF_VERSION_MAJOR}.${LIB3MF_VERSION_MINOR}.${LIB3MF_VERSION_MICRO}
  DESCRIPTION "An implementation of the 3D Manufacturing Format file standard"
)

xqq/libaribcaption CMakeLists.txt :21

project(libaribcaption
    VERSION
        1.1.1
    DESCRIPTION
        "Portable ARIB STD-B24 Caption Decoder/Renderer"
    HOMEPAGE_URL
        "https://github.com/xqq/libaribcaption"
    LANGUAGES
        C CXX
)

libharu/libharu CMakeLists.txt :11

project(libharu
    VERSION ${HPDF_MAJOR_VERSION}.${HPDF_MINOR_VERSION}.${HPDF_BUGFIX_VERSION}
    DESCRIPTION "libHaru is a free, cross platform, open source library for generating PDF files."
    LANGUAGES C)

libical/libical CMakeLists.txt :145

project(
  libical
  VERSION 3.99.99
  DESCRIPTION "An implementation of basic iCAL protocols"
  HOMEPAGE_URL "https://libical.github.io/libical/"
  LANGUAGES
    C #CXX is optional for the bindings
)

TimothyGu/libilbc CMakeLists.txt :20

project(libilbc
        VERSION 3.0.4
        DESCRIPTION "WebRTC's implementation of the Internet Low Bitrate Codec (iLBC)"
        HOMEPAGE_URL "https://github.com/TimothyGu/libilbc"
        LANGUAGES C CXX)

libmbd/libmbd CMakeLists.txt :8

project(libMBD
    DESCRIPTION "Many-body dispersion library"
    LANGUAGES Fortran C)

miniupnp/libnatpmp CMakeLists.txt :5

project(natpmp
        LANGUAGES C
        VERSION ${PVER}
        DESCRIPTION "A portable and fully compliant implementation of the NAT-PMP protocol"
        HOMEPAGE_URL "https://github.com/miniupnp/libnatpmp"
)

arvidn/libtorrent CMakeLists.txt :11

project(libtorrent
	DESCRIPTION "Bittorrent library"
	VERSION ${VER_MAJOR}.${VER_MINOR}.${VER_TINY}
)

google/libultrahdr CMakeLists.txt :28

project(libuhdr
        VERSION ${UHDR_MAJOR_VERSION}.${UHDR_MINOR_VERSION}.${UHDR_PATCH_VERSION}
        LANGUAGES C CXX
        DESCRIPTION "Library for encoding and decoding ultrahdr images")

miniupnp/miniupnp miniupnpc/CMakeLists.txt :3

project (miniupnpc
         VERSION 2.3.3
         DESCRIPTION "UPnP IGD client lightweight library"
         HOMEPAGE_URL https://miniupnp.tuxfamily.org/
         LANGUAGES C)

mltframework/mlt CMakeLists.txt :3

project(MLT
  VERSION 7.33.0
  DESCRIPTION "Multimedia Framework"
  HOMEPAGE_URL "https://www.mltframework.org"
  LANGUAGES C CXX
)

nanodbc/nanodbc CMakeLists.txt :10

project( nanodbc
  LANGUAGES CXX
  VERSION ${NANODBC_VERSION}
  DESCRIPTION "nanodbc is a small library that makes ODBC API programming easy and fun"
  HOMEPAGE_URL "https://nanodbc.github.io/nanodbc/"
)

neocmakelsp/neocmakelsp experiment_assets/test3.cmake :18

project(DtkCore
	VERSION ${DVERSION}
	DESCRIPTION "DTK Core module"
	HOMEPAGE_URL "https://github.com/linuxdeepin/dtkcore"
	LANGUAGES CXX C
)

dankamongmen/notcurses CMakeLists.txt :3

project(notcurses VERSION 3.0.16
  DESCRIPTION "Blingful UI for modern terminal emulators"
  HOMEPAGE_URL "https://nick-black.com/dankwiki/index.php/notcurses"
  LANGUAGES C)

nuspell/nuspell CMakeLists.txt :2

project(nuspell
	VERSION 5.1.6
	DESCRIPTION "Nuspell spellchecking library"
	HOMEPAGE_URL https://nuspell.github.io/
	LANGUAGES CXX)

AcademySoftwareFoundation/OpenColorIO CMakeLists.txt :31

project(OpenColorIO 
    VERSION 2.5.0
    DESCRIPTION "OpenColorIO (OCIO) is a complete color management solution"
    HOMEPAGE_URL https://github.com/AcademySoftwareFoundation/OpenColorIO
    LANGUAGES CXX C)

aous72/OpenJPH CMakeLists.txt :7

project (openjph VERSION ${OPENJPH_VERSION} DESCRIPTION "Open source implementation of JPH" LANGUAGES CXX)

aous72/OpenJPH tests/mse_pae.cmake :5

project (mse_pae DESCRIPTION "A program to find MSE and peak absolute error between two images" LANGUAGES CXX)

openscad/openscad CMakeLists.txt :85

project(OpenSCAD
  VERSION ${PROJECT_VERSION}
  DESCRIPTION "The Programmer's Solid 3D CAD Modeler"
  HOMEPAGE_URL "https://openscad.org/"
  LANGUAGES C CXX
)

gwaldron/osgearth CMakeLists.txt :13

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

mtrojnar/osslsigncode CMakeLists.txt :12

project(osslsigncode
    VERSION 2.10
    DESCRIPTION "OpenSSL based Authenticode signing for PE, CAB, CAT and MSI files"
    HOMEPAGE_URL "https://github.com/mtrojnar/osslsigncode"
    LANGUAGES C)

taocpp/PEGTL CMakeLists.txt :8

project(pegtl VERSION ${PEGTL_VERSION} DESCRIPTION "The Parsing Expression Grammar Template Library" HOMEPAGE_URL https://github.com/taocpp/PEGTL LANGUAGES CXX)

ntamas/plfit CMakeLists.txt :25

project(
  plfit
  VERSION 1.0.1
  DESCRIPTION "Library to fit power-law distributions to empirical data"
  HOMEPAGE_URL "https://github.com/ntamas/plfit"
  LANGUAGES C
)

precice/precice examples/solverdummies/c/CMakeLists.txt :2

project(SolverdummyC LANGUAGES C DESCRIPTION "preCICE C solver dummy")

precice/precice examples/solverdummies/fortran/CMakeLists.txt :2

project(SolverdummyFortran LANGUAGES C Fortran DESCRIPTION "preCICE Fortran solver dummy")

OSGeo/PROJ CMakeLists.txt :14

project(PROJ
  DESCRIPTION "PROJ coordinate transformation software library"
  LANGUAGES C CXX
)

qbittorrent/qBittorrent CMakeLists.txt :3

project(qBittorrent
    DESCRIPTION "The qBittorrent BitTorrent client"
    HOMEPAGE_URL "https://www.qbittorrent.org/"
    LANGUAGES CXX
)

qt/qt5 CMakeLists.txt :15

project(Qt
    VERSION "${QT_REPO_MODULE_VERSION}"
    DESCRIPTION "Qt Libraries"
    HOMEPAGE_URL "https://qt.io/"
    LANGUAGES CXX C
)

qt/qtgrpc CMakeLists.txt :7

project(QtGrpc
    VERSION "${QT_REPO_MODULE_VERSION}"
    DESCRIPTION "Qt GRPC and Protobuf generator and bindings."
    HOMEPAGE_URL "https://qt.io"
    LANGUAGES CXX C
)

qt/qtmqtt CMakeLists.txt :7

project(QtMqtt
    VERSION "${QT_REPO_MODULE_VERSION}"
    DESCRIPTION "Qt Mqtt Libraries"
    HOMEPAGE_URL "https://qt.io/"
    LANGUAGES CXX C
)

lballabio/QuantLib CMakeLists.txt :27

project(${PACKAGE_NAME} LANGUAGES CXX DESCRIPTION "The QuantLib C++ Library")

facebook/rocksdb CMakeLists.txt :41

project(rocksdb
  VERSION ${rocksdb_VERSION}
  DESCRIPTION "An embeddable persistent key-value store for fast storage"
  HOMEPAGE_URL https://rocksdb.org/
  LANGUAGES CXX C ASM)

eliaskosunen/scnlib CMakeLists.txt :3

project(
        scn
        VERSION 4.0.1
        DESCRIPTION "scanf for modern C++"
        HOMEPAGE_URL "https://scnlib.dev"
        LANGUAGES CXX
)

sandialabs/seacas cmake/tribits/examples/tpls/SimpleTpl/CMakeLists.txt :3

project(SimpleTpl
  DESCRIPTION
    "Simple TPL with a header file and a library"
  LANGUAGES C CXX
  )

sandialabs/seacas cmake/tribits/examples/tpls/Tpl1/CMakeLists.txt :3

project(Tpl1
  DESCRIPTION
    "Simple TPL with one header file, one library, and no deps"
  LANGUAGES C CXX
  )

sandialabs/seacas cmake/tribits/examples/tpls/Tpl2/CMakeLists.txt :3

project(Tpl2
  DESCRIPTION
    "Simple TPL with two header file, two libraries, and depends on Tpl1"
  LANGUAGES C CXX
  )

sandialabs/seacas cmake/tribits/examples/tpls/Tpl3/CMakeLists.txt :3

project(Tpl3
  DESCRIPTION
    "Simple TPL with one header file, one library, and depends on Tpl2"
  LANGUAGES C CXX
  )

sandialabs/seacas cmake/tribits/examples/tpls/Tpl4/CMakeLists.txt :3

project(Tpl4
  DESCRIPTION
    "Simple TPL with one header file, no libraries, and depends on Tpl2 and Tpl3"
  LANGUAGES C CXX
  )

sandialabs/seacas cmake/tribits/examples/TribitsExampleApp/CMakeLists.txt :3

project(TribitsExApp
  DESCRIPTION
    "Example raw CMake project using packages installed from TribitsExampleProject"
  VERSION 0.0.0
  LANGUAGES NONE  # Defined below after reading in compilers
  )

sandialabs/seacas cmake/tribits/examples/TribitsExampleApp2/CMakeLists.txt :3

project(TribitsExApp2
  DESCRIPTION
    "Example raw CMake project using packages installed from TribitsExampleProject2"
  VERSION 0.0.0
  LANGUAGES NONE  # Defined below after reading in compilers
  )

sandialabs/seacas cmake/tribits/examples/TribitsOldSimpleExampleApp/CMakeLists.txt :3

project(TribitsOldSimpleExApp
  DESCRIPTION
    "Example raw CMake project using packages installed from new or old TribitsExampleProject"
  VERSION 0.0.0
  LANGUAGES NONE  # Defined below after reading in compilers
  )

sandialabs/seacas cmake/tribits/examples/TribitsSimpleExampleApp/CMakeLists.txt :3

project(TribitsSimpleExApp
  DESCRIPTION
    "Example raw CMake project using packages installed from TribitsExampleProject"
  VERSION 0.0.0
  LANGUAGES NONE  # Defined below after reading in compilers
  )

mltframework/shotcut CMakeLists.txt :11

project(shotcut
  VERSION ${SHOTCUT_VERSION}
  DESCRIPTION "cross-platform (Qt), open-source (GPLv3) video editor"
  HOMEPAGE_URL "https://www.shotcut.org"
  LANGUAGES CXX
)

BatchDrake/sigutils CMakeLists.txt :51

project(
  sigutils
  VERSION ${SIGUTILS_VERSION}
  DESCRIPTION "Small signal processing utility library"
  HOMEPAGE_URL "http://github.org/BatchDrake/sigutils"
  LANGUAGES C CXX)

simdjson/simdjson CMakeLists.txt :5

project(
    simdjson
    # The version number is modified by tools/release.py
    VERSION 3.13.0
    DESCRIPTION "Parsing gigabytes of JSON per second"
    HOMEPAGE_URL "https://simdjson.org/"
    LANGUAGES CXX C
)

SOCI/soci CMakeLists.txt :13

project(SOCI
  VERSION ${SOCI_VERSION}
  DESCRIPTION "C++ database access library"
  HOMEPAGE_URL "https://soci.sourceforge.net/"
  LANGUAGES C CXX
)

sqlitebrowser/sqlitebrowser CMakeLists.txt :3

project(sqlitebrowser
    VERSION 3.13.99
    DESCRIPTION "GUI editor for SQLite databases"
    LANGUAGES CXX
)

albertodemichelis/squirrel CMakeLists.txt :2

project(squirrel
  VERSION 3.2
  DESCRIPTION "The Squirrel programming language"
  HOMEPAGE_URL "http://squirrel-lang.org/"
  LANGUAGES C CXX
  )

tblite/tblite CMakeLists.txt :19

project(
  "tblite"
  LANGUAGES "Fortran" "C"
  VERSION "0.4.0"
  DESCRIPTION "Light-weight tight-binding framework"
)

trilinos/Trilinos cmake/tribits/examples/tpls/SimpleTpl/CMakeLists.txt :3

project(SimpleTpl
  DESCRIPTION
    "Simple TPL with a header file and a library"
  LANGUAGES C CXX
  )

trilinos/Trilinos cmake/tribits/examples/tpls/Tpl1/CMakeLists.txt :3

project(Tpl1
  DESCRIPTION
    "Simple TPL with one header file, one library, and no deps"
  LANGUAGES C CXX
  )

trilinos/Trilinos cmake/tribits/examples/tpls/Tpl2/CMakeLists.txt :3

project(Tpl2
  DESCRIPTION
    "Simple TPL with two header file, two libraries, and depends on Tpl1"
  LANGUAGES C CXX
  )

trilinos/Trilinos cmake/tribits/examples/tpls/Tpl3/CMakeLists.txt :3

project(Tpl3
  DESCRIPTION
    "Simple TPL with one header file, one library, and depends on Tpl2"
  LANGUAGES C CXX
  )

trilinos/Trilinos cmake/tribits/examples/tpls/Tpl4/CMakeLists.txt :3

project(Tpl4
  DESCRIPTION
    "Simple TPL with one header file, no libraries, and depends on Tpl2 and Tpl3"
  LANGUAGES C CXX
  )