From 6abb8b7a3ce14ca5ae596ec6681055bb4634f269 Mon Sep 17 00:00:00 2001 From: Geoff McLane Date: Mon, 1 Feb 2016 19:27:28 +0100 Subject: [PATCH] Add new primary language_en.h to sources. Add the ever present language_en.h to the sources. This does nothing really, but is important in MSVC IDE project source searches. Also added win32tc.h even though it is not presently used. --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e288cf6..d1907fd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -148,7 +148,8 @@ set ( LIBHFILES ${SRCDIR}/mappedio.h ${SRCDIR}/message.h ${SRCDIR}/parser.h ${SRCDIR}/pprint.h ${SRCDIR}/streamio.h ${SRCDIR}/tags.h ${SRCDIR}/tmbstr.h ${SRCDIR}/utf8.h ${SRCDIR}/tidy-int.h - ${SRCDIR}/version.h ${SRCDIR}/gdoc.h ${SRCDIR}/language.h ) + ${SRCDIR}/version.h ${SRCDIR}/gdoc.h ${SRCDIR}/language.h + ${SRCDIR}/language_en.h ${SRCDIR}/win32tc.h ) if (MSVC) list(APPEND CFILES ${SRCDIR}/sprtf.c) list(APPEND LIBHFILES ${SRCDIR}/sprtf.h)