From 26de012567ba7cfc6acbe411ffaf69714ed36a5f Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Tue, 27 Jan 2026 16:36:34 +0900 Subject: [PATCH] fix --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 979d51c..29746ae 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,6 +9,9 @@ include(GNUInstallDirs) set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_FULL_LIBDIR}") set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE) +# should this be on? +#set(MW_INSTALL_HEADERS OFF) + add_subdirectory(submodule/milsko) # Since Milsko provides CMake, we just use it add_subdirectory(engine)