aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add ENABLE_NLS if all necessary packages can be found.Build translations. ↵Juergen Kahrs2013-02-111-1/+10
| | | | Copied po/CMakeLists.txt from Stellarium project at http://sourceforge.net/projects/stellarium/. This works somehow with some changes.
* Preparations for proper handling of bison, gettext and latex.Juergen Kahrs2013-02-111-2/+19
|
* Packaging a minimal .tar.gz file with the gawk executable and all binary ↵Juergen Kahrs2013-02-101-0/+14
| | | | extension library files.
* Made building of extensions a bit more robust.Juergen Kahrs2013-02-101-2/+8
|
* All extensions can be built as shared libraries now. It was necessary to ↵Juergen Kahrs2013-02-091-1/+4
| | | | remove -DGAWK when building the extensions. The test cases involving extensions still fail.
* Target 'check' replaced by target 'test' because CMake's test automation ↵Juergen Kahrs2013-02-091-0/+1
| | | | works that way. A few test cases already inserted, a significant amount fails.
* New target 'check' is a very crude first step toward testing that will soon ↵Juergen Kahrs2013-02-081-2/+1
| | | | disappear.
* Added some more hints about what to do.Juergen Kahrs2013-02-081-2/+6
|
* Added test/CMakeLists.txt and doc/CMakeLists.txt with FSF header.Juergen Kahrs2013-02-081-0/+28
|
* Cleaned up a bit more after a test on Ubuntu 12.04 LTS.Juergen Kahrs2013-02-081-7/+4
|
* New macro DefineStructHasMemberIfAvailable. Cleaned up a bit.Juergen Kahrs2013-02-071-14/+27
|
* Initial version of CMakeLists.txt.Juergen Kahrs2013-02-061-0/+236