Skip to content

Instantly share code, notes, and snippets.

@junk-labs
junk-labs / gist:c3e22bd0c81aa8f66057
Created May 28, 2015 16:27
https://github.com/kazukioishi/waifu2x-converter-cpp をWindowsでビルド出来るようにするパッチ
CMakeLists.txt | 33 ++++++++++++++++++++++++++++-----
src/main.cpp | 13 +++++++------
2 files changed, 35 insertions(+), 11 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index cc7c421..3d09501 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,7 +1,30 @@
cmake_minimum_required(VERSION 2.8)