~tatokis/unity/gcc-72-errors

« back to all changes in this revision

Viewing changes to config.h.cmake

  • Committer: Marco Trevisan (Treviño)
  • Date: 2016-08-31 15:05:58 UTC
  • mto: (4153.9.32 systemd-unit-fixes)
  • mto: This revision was merged to the branch mainline in revision 4191.
  • Revision ID: mail@3v1n0.net-20160831150558-wiky13q96ug5fib2
CMake: use UNITY_LIBDIR in a more shared way

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
#define CONFIG_H
3
3
 
4
4
#cmakedefine PREFIXPATH "@PREFIXPATH@"
5
 
#cmakedefine UNITYDATADIR "@UNITYDATADIR@"
6
 
#cmakedefine UNITYLIBDIR "@UNITYLIBDIR@"
 
5
#cmakedefine UNITY_DATADIR "@UNITY_DATADIR@"
 
6
#cmakedefine UNITY_LIBDIR "@UNITY_LIBDIR@"
 
7
#cmakedefine UNITY_INSTALL_LIBDIR "@UNITY_INSTALL_LIBDIR@"
7
8
#cmakedefine PKGDATADIR "@PKGDATADIR@"
8
9
#cmakedefine LOCALE_DIR "@LOCALE_DIR@"
9
10
#cmakedefine VERSION "@VERSION@"