Skip to content

Commit 6abb8b7

Browse files
committed
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.
1 parent c1f94c0 commit 6abb8b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,8 @@ set ( LIBHFILES
148148
${SRCDIR}/mappedio.h ${SRCDIR}/message.h ${SRCDIR}/parser.h
149149
${SRCDIR}/pprint.h ${SRCDIR}/streamio.h ${SRCDIR}/tags.h
150150
${SRCDIR}/tmbstr.h ${SRCDIR}/utf8.h ${SRCDIR}/tidy-int.h
151-
${SRCDIR}/version.h ${SRCDIR}/gdoc.h ${SRCDIR}/language.h )
151+
${SRCDIR}/version.h ${SRCDIR}/gdoc.h ${SRCDIR}/language.h
152+
${SRCDIR}/language_en.h ${SRCDIR}/win32tc.h )
152153
if (MSVC)
153154
list(APPEND CFILES ${SRCDIR}/sprtf.c)
154155
list(APPEND LIBHFILES ${SRCDIR}/sprtf.h)

0 commit comments

Comments
 (0)