Skip to content

Commit 56da4ab

Browse files
committed
Update ap203min example for new header setup.
1 parent f35d25d commit 56da4ab

2 files changed

Lines changed: 9 additions & 13 deletions

File tree

example/ap203min/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@ add_subdirectory(${STEPCODE_ROOT_DIR} "${CMAKE_CURRENT_BINARY_DIR}/sc" EXCLUDE_F
5858

5959
# Set up STEPcode include directories.
6060
set(STEPCODE_INCLUDE_DIR
61-
${STEPCODE_ROOT_DIR}/src/clstepcore
62-
${STEPCODE_ROOT_DIR}/src/cldai
63-
${STEPCODE_ROOT_DIR}/src/clutils
64-
${STEPCODE_ROOT_DIR}/src/cleditor
6561
${STEPCODE_BUILD_DIR}/include
6662
${STEPCODE_ROOT_DIR}/include
6763
${CMAKE_BINARY_DIR}

example/ap203min/ap203min.cpp

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@
4949
// $./AP203Minimum
5050
// AP203Minimum outfile.stp
5151

52-
#include <STEPfile.h>
53-
#include <sdai.h>
54-
#include <STEPattribute.h>
55-
#include <ExpDict.h>
56-
#include <Registry.h>
57-
#include <errordesc.h>
58-
59-
#include <STEPcomplex.h>
60-
#include <SdaiHeaderSchema.h>
52+
#include <cleditor/STEPfile.h>
53+
#include <clstepcore/sdai.h>
54+
#include <clstepcore/STEPattribute.h>
55+
#include <clstepcore/ExpDict.h>
56+
#include <clstepcore/Registry.h>
57+
#include <clutils/errordesc.h>
58+
59+
#include <clstepcore/STEPcomplex.h>
60+
#include <cleditor/SdaiHeaderSchema.h>
6161

6262
#include "schema.h"
6363

0 commit comments

Comments
 (0)