From b0b58deef7a266f70f4dace3eefe0046b2f1e7d5 Mon Sep 17 00:00:00 2001 From: JackCarterSmith Date: Sun, 10 Jan 2021 00:30:09 +0100 Subject: [PATCH] CMake fix #2 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index e4152f0..3c50426 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,6 +3,7 @@ # Written by JackCarterSmith, 2021 # This code is released under the AST license. set(CMAKE_VERBOSE_MAKEFILE ON) +list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/sdl2) cmake_minimum_required(VERSION 3.1) cmake_policy(VERSION 3.1)