From 206cf2b693050a8817dae1f5a8bce45f2a7519cb Mon Sep 17 00:00:00 2001 From: Matthew Jones <13078940+mtjrider@users.noreply.github.com> Date: Tue, 15 Jul 2025 12:07:12 -0600 Subject: [PATCH] Update CMakeLists.txt to include compiler options --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6a9a694..404934a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,6 +6,7 @@ project(GKlib LANGUAGES C) # include required CMake modules +include(cmake/GKlibSystem.cmake) include(CheckCCompilerFlag) include(CheckCSourceCompiles) include(CheckFunctionExists)