From 0ded335488b1bc84f808cf335ef9751edcd9276f Mon Sep 17 00:00:00 2001 From: Vojtech Kral Date: Mon, 19 Aug 2019 12:25:18 +0200 Subject: build: Add source file encoding check Source files are checked using a small utility in src/build-utils This is done to prevent bugs in build and localization caused by weird non-UTF-8 encodings interpreted by MSVC in terms of local codepages rather than UTF-8. --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 9f3dbcec8..31cb24f24 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,5 +1,6 @@ project(PrusaSlicer-native) +add_subdirectory(build-utils) add_subdirectory(admesh) add_subdirectory(avrdude) # boost/nowide -- cgit v1.2.3