add possibility to pass options to cmake via setup.py
This commit is contained in:
11
test/extra_cmake_options/cmake/autocmake.cfg
Normal file
11
test/extra_cmake_options/cmake/autocmake.cfg
Normal file
@ -0,0 +1,11 @@
|
||||
[project]
|
||||
name: example
|
||||
|
||||
[cxx]
|
||||
source: ../../../modules/cxx.cmake
|
||||
|
||||
[default_build_paths]
|
||||
source: ../../../modules/default_build_paths.cmake
|
||||
|
||||
[src]
|
||||
source: ../../../modules/src.cmake
|
Reference in New Issue
Block a user