lindows/lsmss/CMakeLists.txt
2024-03-01 08:25:41 -05:00

14 lines
285 B
CMake

cmake_minimum_required(VERSION 3.28)
# Preinit process that prepares the os and uh yeah :astolfothumbsup:
lw_project(lsmss
DESCRIPTION "Linux Session Manager Subsystem"
TARGET LINDOWS
)
lw_add_executable(lsmss
SOURCES main.cxx
)
target_link_options(lsmss PRIVATE "-static")