autocmake/test/cc_clapack/cmake/autocmake.cfg
Miro ILIAS f4b2c2305b new test: cc_lapack
- extended math_libs.cmake for C headers detection
- static_linking tests included
- rearranged math-libs order for better libraries detection
- no int64 for cc_lapack
- added include/ directory to %path% to detect clapack.h in appveyor
- simplified C-code, intendations kept
- travis-ci kept simple, but needs liblapack-dev and libatlas-base-dev
- libatlas-dev can not be installed due to repeating xerba objects in *.a lib
  files
2015-09-01 11:35:58 +02:00

18 lines
290 B
INI

[project]
name: example
[cc]
source: ../../../modules/cc.cmake
[static]
source: ../../../modules/static_linking.cmake
[math_libs]
source: ../../../modules/math_libs.cmake
[default_build_paths]
source: ../../../modules/default_build_paths.cmake
[src]
source: ../../../modules/src.cmake