exclude uMatrix from pas2c build
authorsheepluva
Fri, 11 Sep 2015 09:18:08 +0200
changeset 11157 73036e057d32
parent 11156 efea685933ae
child 11159 48190da6af61
exclude uMatrix from pas2c build
project_files/hwc/CMakeLists.txt
--- a/project_files/hwc/CMakeLists.txt	Fri Sep 11 08:15:17 2015 +0200
+++ b/project_files/hwc/CMakeLists.txt	Fri Sep 11 09:18:08 2015 +0200
@@ -40,6 +40,7 @@
 list(REMOVE_ITEM engine_sources_pas "${CMAKE_SOURCE_DIR}/hedgewars/pas2cSystem.pas")
 list(REMOVE_ITEM engine_sources_pas "${CMAKE_SOURCE_DIR}/hedgewars/pas2cRedo.pas")
 list(REMOVE_ITEM engine_sources_pas "${CMAKE_SOURCE_DIR}/hedgewars/hwLibrary.pas")
+list(REMOVE_ITEM engine_sources_pas "${CMAKE_SOURCE_DIR}/hedgewars/uMatrix.pas")
 
 #remove and readd hwengine so that it is compiled first, compiling every other file in the process
 list(REMOVE_ITEM engine_sources_pas ${CMAKE_SOURCE_DIR}/hedgewars/hwengine.pas)