diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-26 13:19:22 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-26 13:19:22 -0600 |
commit | 0710d08800aa69ca9579416a3d4bb6220593f229 (patch) | |
tree | 29a1cf8936b04f9cc4be5a8618648ce99cec2cc8 /config.h.cmake | |
parent | 32e75dd020843a7a3dbb7d2df4ba6f0f234a69c5 (diff) | |
download | rosegarden-0710d08800aa69ca9579416a3d4bb6220593f229.tar.gz rosegarden-0710d08800aa69ca9579416a3d4bb6220593f229.zip |
Initial attempt at migration to standard TDE CMake build system
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake new file mode 100644 index 0000000..d81a482 --- /dev/null +++ b/config.h.cmake @@ -0,0 +1,5 @@ +#cmakedefine SIZEOF_INT @SIZEOF_INT@ +#cmakedefine SIZEOF_LONG @SIZEOF_LONG@ +#cmakedefine HAVE_STDINT_H 1 +#cmakedefine HAVE_SYSTEMS_H 1 +#cmakedefine HAVE_STATVFS 1
\ No newline at end of file |