Revision: 77875
          http://sourceforge.net/p/brlcad/code/77875
Author:   starseeker
Date:     2020-12-02 18:26:57 +0000 (Wed, 02 Dec 2020)
Log Message:
-----------
In case the generated sources need the generated headers, make the dependecies 
explicit.  expparse.y includes parse_data.h, which includes expscan.h...

Modified Paths:
--------------
    brlcad/branches/extbuild/src/other/ext/stepcode/src/express/CMakeLists.txt

Modified: 
brlcad/branches/extbuild/src/other/ext/stepcode/src/express/CMakeLists.txt
===================================================================
--- brlcad/branches/extbuild/src/other/ext/stepcode/src/express/CMakeLists.txt  
2020-12-02 18:19:38 UTC (rev 77874)
+++ brlcad/branches/extbuild/src/other/ext/stepcode/src/express/CMakeLists.txt  
2020-12-02 18:26:57 UTC (rev 77875)
@@ -17,6 +17,8 @@
   add_library(objlib_expparse_c OBJECT ${LEMON_ExpParser_SRC})
   set_property(TARGET objlib_expparse_c PROPERTY POSITION_INDEPENDENT_CODE ON)
 
+  set_source_files_properties(${PERPLEX_ExpScanner_SRC} ${LEMON_ExpParser_SRC} 
PROPERTIES OBJECT_DEPENDS "${PERPLEX_ExpScanner_HDR};${LEMON_ExpParser_HDR}")
+
 else(SC_GENERATE_LP_SOURCES)
   add_subdirectory(generated)
   include_directories(generated)

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to