Parse language field in YAML to generate project(<PROJECT_NAME> <PROJECT_LANGUAGE>) in CMakeLists.txt
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
name: example
|
||||
min_cmake_version: 2.8
|
||||
language:
|
||||
- C
|
||||
- CXX
|
||||
default_build_type: debug
|
||||
modules:
|
||||
- cxx:
|
||||
|
Reference in New Issue
Block a user