- Added zcc-parse.c dependency to CMakeLists.txt

SVN r3916 (scripting)
This commit is contained in:
Randy Heit 2012-10-27 03:56:44 +00:00
parent be27e68fc4
commit 31ab5ed866
1 changed files with 1 additions and 0 deletions

View File

@ -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")