From 5828128b193f956fe8fb1dc0444b8b95ede73ee3 Mon Sep 17 00:00:00 2001 From: HJfod <60038575+HJfod@users.noreply.github.com> Date: Thu, 27 Apr 2023 07:56:17 +0300 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 25a5a9e..da2f358 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,5 +22,5 @@ endif() add_subdirectory($ENV{GEODE_SDK} $ENV{GEODE_SDK}/build) -target_link_libraries(${PROJECT_NAME} geode-sdk) -create_geode_file(${PROJECT_NAME}) +# Set up dependencies, resources, link Geode +setup_geode_mod(${PROJECT_NAME})