From 249988beefd43e6d4f76a6a967e34df15a4c38f1 Mon Sep 17 00:00:00 2001 From: Kearwood Gilbert Date: Sun, 21 Jan 2024 14:52:43 -0800 Subject: [PATCH] Added KREngine-common.h to generated projects --- kraken/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/kraken/CMakeLists.txt b/kraken/CMakeLists.txt index c754ae0..8705aae 100644 --- a/kraken/CMakeLists.txt +++ b/kraken/CMakeLists.txt @@ -5,6 +5,7 @@ set(KRAKEN_PRIVATE_HEADERS "${KRAKEN_PRIVATE_HEADERS}" PARENT_SCOPE) # Private Implementation add_sources(kraken.cpp) +add_private_headers(KREngine-common.h) add_source_and_header(KRAmbientZone) add_source_and_header(KRAnimation) add_source_and_header(KRAnimationAttribute)