cmake_minimum_required(VERSION 3.28) lw_project(executive DESCRIPTION "Lindows Userspace Executive" TARGET LINDOWS ) lw_add_executable(lexecutive SOURCES src/main.cxx src/syscall.cxx src/logging.cxx src/bugcheck.cxx ) target_link_options(lexecutive PRIVATE -static -nostdlib)