This repository has been archived on 2025-06-04. You can view files and clone it, but cannot push or open issues or pull requests.
crackem/CMakeLists.txt
2020-08-10 16:51:34 -04:00

9 lines
245 B
CMake

cmake_minimum_required(VERSION 3.14)
project(crackem)
set(CRACKEM_BUILD_SHARED OFF CACHE BOOL "Build the shared library")
set(CRACKEM_BUILD_STATIC ON CACHE BOOL "Build the static library")
add_subdirectory("${CMAKE_CURRENT_SOURCE_DIR}/src/")