mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-09-04 03:38:01 +08:00
Coding - Clean up the FILES (#1002)
- Removed legacy metadata entries (EXTERNLIB, PACKAGES, DEFINES, FILES) that are no longer used by the build system - Removed references to obsolete build artifacts (.lex, .yacc files) that appear to be superseded by generated .c/.h files - Removed references to non-source files (README.md, .tcl scripts, GUID.txt) that shouldn't be listed in source file manifests
This commit is contained in:
@@ -2,6 +2,4 @@
|
||||
set(OCCT_TKBool_FILES_LOCATION "${CMAKE_CURRENT_LIST_DIR}")
|
||||
|
||||
set(OCCT_TKBool_FILES
|
||||
EXTERNLIB
|
||||
PACKAGES
|
||||
)
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
set(OCCT_TopOpeBRep_FILES_LOCATION "${CMAKE_CURRENT_LIST_DIR}")
|
||||
|
||||
set(OCCT_TopOpeBRep_FILES
|
||||
FILES
|
||||
TopOpeBRep.cxx
|
||||
TopOpeBRep.hxx
|
||||
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
set(OCCT_TopOpeBRepTool_FILES_LOCATION "${CMAKE_CURRENT_LIST_DIR}")
|
||||
|
||||
set(OCCT_TopOpeBRepTool_FILES
|
||||
FILES
|
||||
TopOpeBRepTool.cxx
|
||||
TopOpeBRepTool.hxx
|
||||
TopOpeBRepTool_2d.cxx
|
||||
|
||||
Reference in New Issue
Block a user