This website requires JavaScript.
Explore
Help
Sign In
immibis
/
colobot
Watch
1
Star
0
Fork
You've already forked colobot
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b9297cd9f4
colobot
/
lib
/
localename
/
CMakeLists.txt
3 lines
81 B
CMake
Raw
Normal View
History
Unescape
Escape
Bump CMake version
2020-07-08 09:22:25 +00:00
cmake_minimum_required
(
VERSION
3.17
)
Fixed auto-detecting locale on Windows * localename library is now used to determine the actual locale used * added patched version of FindGettext.cmake to fix installation path of translation files
2013-06-24 11:07:33 +00:00
add_library
(
localename
STATIC
localename.c
)