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)