From 02fd5dc0ab4d5179c4e74c3df7ec0343b05aa507 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sat, 23 Nov 2019 09:00:37 +0100 Subject: [PATCH] - let's at least add the subproject --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index e61f2fce0..d7b25c5b8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -427,6 +427,7 @@ add_subdirectory( source/duke3d ) add_subdirectory( source/blood ) add_subdirectory( source/rr ) add_subdirectory( source/sw ) +add_subdirectory( source/exhumed ) if( NOT CMAKE_CROSSCOMPILING ) export(TARGETS ${CROSS_EXPORTS} FILE "${CMAKE_BINARY_DIR}/ImportExecutables.cmake" )