mirror of
https://github.com/litespeedtech/openlitespeed.git
synced 2026-06-19 07:37:10 +00:00
10 lines
157 B
CMake
10 lines
157 B
CMake
cmake_minimum_required(VERSION 3.0)
|
|
|
|
if (${CMAKE_HOST_SYSTEM_NAME} MATCHES "Linux")
|
|
add_subdirectory(unmount_ns)
|
|
add_subdirectory(cmd_ns)
|
|
endif()
|
|
|
|
|
|
|