- The user can now pass its own interpreter. - Development libraries and headers can be requested. - Travis-CI switched to new container-based workers.
18 lines
312 B
INI
18 lines
312 B
INI
[project]
|
|
name: example
|
|
|
|
[cxx]
|
|
source: ../../../modules/cxx.cmake
|
|
|
|
[python_interpreter]
|
|
source: ../../../modules/python_interpreter.cmake
|
|
|
|
[python_libs]
|
|
source: ../../../modules/python_libs.cmake
|
|
|
|
[default_build_paths]
|
|
source: ../../../modules/default_build_paths.cmake
|
|
|
|
[src]
|
|
source: ../../../modules/src.cmake
|