From 5a7c06fb758d64e402efbec45867b48db309dc05 Mon Sep 17 00:00:00 2001 From: Iru Cai Date: Thu, 8 May 2014 20:55:42 +0800 Subject: Use verbose Makefile --- CMakeLists.txt.mingw | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt.mingw') diff --git a/CMakeLists.txt.mingw b/CMakeLists.txt.mingw index 9eb7809..82b339b 100644 --- a/CMakeLists.txt.mingw +++ b/CMakeLists.txt.mingw @@ -1,5 +1,5 @@ find_package(OpenSSL REQUIRED) - +set(CMAKE_VERBOSE_MAKEFILE ON) #ADD_DEFINITIONS(-DUSE_DOTNET_STYLE) ADD_DEFINITIONS(-D "FQTERM_VERSION_STRING=\\\"${FQTERM_VERSION}\\\"") @@ -64,7 +64,7 @@ target_link_libraries(fqterm crypto jpeg lzma - lcms2 + wsock ) add_dependencies(fqterm -- cgit v1.2.3