Skip to content

Instantly share code, notes, and snippets.

@INRIX-joel-winarske
INRIX-joel-winarske / CMakeLists.txt
Last active May 18, 2018 01:12
Curl CMake to build stack for XP
CMAKE_MINIMUM_REQUIRED (VERSION 3.7)
if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE "Release" CACHE STRING "Choose the type of build, options are: DEBUG, RELEASE, or MINSIZEREL." FORCE)
message(STATUS "No build type specified, defaulting to Release.")
endif()
include (ExternalProject)
ExternalProject_Add(zlib