This commit is contained in:
Radovan Bast 2015-06-11 10:35:46 +02:00
parent a21201b1b9
commit 524e69fcf4
3 changed files with 2 additions and 1 deletions

View File

@ -15,4 +15,5 @@ Licensed under [BSD-3](../master/LICENSE).
## Projects using Autocmake
- [Numgrid](https://github.com/bast/numgrid/)
- [XCint](https://github.com/bast/xcint/)
- [DIRAC](http://diracprogram.org)

View File

@ -1,6 +1,6 @@
set(CPP)
# forward CPP directly to the code
# forward preprocessing directly to the code
if(NOT "${CPP}" STREQUAL "")
add_definitions(${CPP})
endif()