mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-24 23:49:18 -06:00
5 lines
199 B
CMake
5 lines
199 B
CMake
project(ProjectA VERSION 1 LANGUAGES NONE)
|
|
get_property(langs GLOBAL PROPERTY ENABLED_LANGUAGES)
|
|
message(STATUS "ENABLED_LANGUAGES='${langs}'")
|
|
message(STATUS "PROJECT_VERSION='${PROJECT_VERSION}'")
|