mirror of
https://github.com/litespeedtech/openlitespeed.git
synced 2026-06-19 07:37:10 +00:00
4 lines
155 B
CMake
4 lines
155 B
CMake
cmake_minimum_required(VERSION 3.0)
|
|
include_directories ("${PROJECT_SOURCE_DIR}/openssl/include" "${PROJECT_SOURCE_DIR}/src" "${PROJECT_BINARY_DIR}/src")
|
|
|