There was an error while loading. Please reload this page.
1 parent a55bcf5 commit eb4e271Copy full SHA for eb4e271
1 file changed
src/cleditor/CMakeLists.txt
@@ -9,7 +9,7 @@ set(LIBSTEPEDITOR_SRCS
9
SdaiSchemaInit.cc
10
)
11
12
-SET(LIBSTEPEDITOR_PRIVATE_HDRS
+SET(SC_CLEDITOR_HDRS
13
STEPfile.h
14
cmdmgr.h
15
editordefines.h
@@ -28,3 +28,6 @@ include_directories(
28
29
30
SC_ADDLIB(stepeditor "${LIBSTEPEDITOR_SRCS}" "stepcore;stepdai;steputils;base")
31
+
32
+install(FILES ${SC_CLEDITOR_HDRS}
33
+ DESTINATION ${INCLUDE_INSTALL_DIR}/stepcode/cleditor)
0 commit comments