summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-10-23 12:38:51 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-10-23 12:38:51 +0300
commit97fd3c886ee1aa069784da881dc206741d282b3c (patch)
treeeaf54cb00316e28f0ce05bedeffdc89d1c53087d /CMakeLists.txt
parent92cad9eda3834555b9d511a76641f21d3e71af91 (diff)
Updated README with more build instructions
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9e105f02..b71be6ab 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -10,7 +10,7 @@
10# Windows for compiling everything, but the_Foundation still lacks 10# Windows for compiling everything, but the_Foundation still lacks
11# native Win32 implementations for the Socket and Process classes. 11# native Win32 implementations for the Socket and Process classes.
12# - Windows builds should use the SDL 2 library precompiled for native 12# - Windows builds should use the SDL 2 library precompiled for native
13# Windows (MSVC variant) instead the version from MSYS2 (get it from 13# Windows (MSVC variant) instead of the version from MSYS2 (get it from
14# https://libsdl.org/). To make configuration easier, consider writing 14# https://libsdl.org/). To make configuration easier, consider writing
15# for your personal use a pkg-config sdl2.pc file that uses the Windows 15# for your personal use a pkg-config sdl2.pc file that uses the Windows
16# version of the library. 16# version of the library.