IFEM/cmake/Templates/IFEMConfigVersion.cmake.in
Arne Morten Kvarving ea242fda48 prepare buildsystem for separate repos
- generate cmake config files
- refactor testing to make it reusable (downloads gtest if used from
  applications)
- split of flags/definitions
- install Apps/Common with main library
2016-01-31 14:19:09 +01:00

5 lines
231 B
CMake
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

set(PACKAGE_VERSION @IFEM_VERSION_MAJOR@.@IFEM_VERSION_MINOR@.@IFEM_VERSION_PATCH@)
set(PACKAGE_VERSION_MAJOR @IFEM_VERSION_MAJOR@)
set(PACAKGE_VERSION_MINOR @IFEM_VERSION_MINOR@)
set(PACKAGE_VERSION_PATCH @IFEM_VERSION_PATCH@)