Skip to content

Commit eb4e271

Browse files
committed
Installed headers from src/cleditor
1 parent a55bcf5 commit eb4e271

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/cleditor/CMakeLists.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set(LIBSTEPEDITOR_SRCS
99
SdaiSchemaInit.cc
1010
)
1111

12-
SET(LIBSTEPEDITOR_PRIVATE_HDRS
12+
SET(SC_CLEDITOR_HDRS
1313
STEPfile.h
1414
cmdmgr.h
1515
editordefines.h
@@ -28,3 +28,6 @@ include_directories(
2828
)
2929

3030
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

Comments
 (0)