This website requires JavaScript.
Explore
Help
Sign In
immibis
/
colobot-data
Watch
1
Star
0
Fork
You've already forked colobot-data
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
63c8685a61
colobot-data
/
help
/
CMakeLists.txt
3 lines
64 B
CMake
Raw
Normal View
History
Unescape
Escape
Add the help/ and levels/ CMake machinery to enable the po-based translations
2013-10-25 13:19:54 +00:00
cmake_minimum_required
(
VERSION
2.8
)
First part of rewriting scripts for level translations * support translating the new chaptertitle.txt files * handle the new directory structure * move writing PO4A config to CMake * use only one bash script to generate translated files * additional step of cleaning *.po and *.pot files * change some PO4A flags for better console output and sorting of messages in *.po files
2014-09-20 11:37:26 +00:00
# TODO handle help files...