summaryrefslogtreecommitdiff
path: root/navit/speech
diff options
context:
space:
mode:
authorrikky <rikky@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-10-02 22:58:18 +0000
committerrikky <rikky@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-10-02 22:58:18 +0000
commit89fa28a063cce26107eb631065cd2edd938347b9 (patch)
tree4e8d0986a5431a2c315dfc9e78653dbe1bdc241b /navit/speech
parent08d6797ece236323d62a2a37b4cdf9f787d77cf2 (diff)
downloadnavit-svn-89fa28a063cce26107eb631065cd2edd938347b9.tar.gz
Add:core:Added mingw32 crosscompiling support to cmake build toolchain.
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3591 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/speech')
-rw-r--r--navit/speech/espeak/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/navit/speech/espeak/CMakeLists.txt b/navit/speech/espeak/CMakeLists.txt
new file mode 100644
index 00000000..f08e3509
--- /dev/null
+++ b/navit/speech/espeak/CMakeLists.txt
@@ -0,0 +1,2 @@
+module_add_library(speech_espeak speak.c)
+target_link_libraries(speech_espeak support_espeak)