add unit test for a simple CXX project
This commit is contained in:
10
test/cxx/cmake/autocmake.cfg
Normal file
10
test/cxx/cmake/autocmake.cfg
Normal file
@ -0,0 +1,10 @@
|
||||
[project]
|
||||
name: example
|
||||
|
||||
[cxx]
|
||||
source: https://github.com/scisoft/autocmake/raw/master/modules/UseCXX.cmake
|
||||
docopt: --cxx=<CXX> C++ compiler [default: g++].
|
||||
export: 'CXX=%s' % arguments['--cxx']
|
||||
|
||||
[custom]
|
||||
source: custom/custom.cmake
|
1
test/cxx/cmake/custom/custom.cmake
Normal file
1
test/cxx/cmake/custom/custom.cmake
Normal file
@ -0,0 +1 @@
|
||||
add_executable(example example.cpp)
|
Reference in New Issue
Block a user