From 3530093ac6a33823b415a3ebc12ca5f110107d0e Mon Sep 17 00:00:00 2001 From: Ryan Roden-Corrent Date: Thu, 24 Mar 2016 23:28:51 -0400 Subject: [PATCH] Fix cmake reference to make_enum.cpp. make_enum.cpp was moved to utils/make_enum.cpp, and src/CMakeLists.txt wasn't updated. --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 7bc07e74278e..ba74c5e3b056 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1029,7 +1029,7 @@ set(libwesnoth-game_STAT_SRC language.cpp loadscreen.cpp lobby_preferences.cpp - make_enum.cpp + utils/make_enum.cpp map/label.cpp marked-up_text.cpp minimap.cpp