From 7b6a2f1aaf113e1fac39d3c3b61e8b65d7fff4a1 Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Mon, 11 Nov 2019 14:34:46 +1000 Subject: [PATCH] Build: Fix CMake build --- dep/simpleini/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dep/simpleini/CMakeLists.txt b/dep/simpleini/CMakeLists.txt index d6fe26e93..e557ed5a0 100644 --- a/dep/simpleini/CMakeLists.txt +++ b/dep/simpleini/CMakeLists.txt @@ -1,5 +1,5 @@ set(SRCS - include/ConvertUTF.c + include/ConvertUTF.h include/SimpleIni.h src/ConvertUTF.c )