From 31ab5ed8667272ec834d19f38898c1c61bf47fb5 Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Sat, 27 Oct 2012 03:56:44 +0000 Subject: [PATCH] - Added zcc-parse.c dependency to CMakeLists.txt SVN r3916 (scripting) --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index a96c5d0976..fe982109d4 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -914,6 +914,7 @@ add_executable( zdoom WIN32 ) set_source_files_properties( xlat/parse_xlat.cpp PROPERTIES OBJECT_DEPENDS "${CMAKE_CURRENT_BINARY_DIR}/xlat_parser.c" ) +set_source_files_properties( zscript/zcc_parser.cpp PROPERTIES OBJECT_DEPENDS "${CMAKE_CURRENT_BINARY_DIR}/zcc-parse.c" ) set_source_files_properties( sc_man.cpp PROPERTIES OBJECT_DEPENDS "${CMAKE_CURRENT_BINARY_DIR}/sc_man_scanner.h" ) if(${CMAKE_SYSTEM_NAME} STREQUAL "SunOS")