Skip to content

Commit 40bf694

Browse files
committed
fix cmake for qt viewer example on linux
1 parent b7dae4f commit 40bf694

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/SimpleViewerExampleQt/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ TARGET_INCLUDE_DIRECTORIES(SimpleViewerExample
123123
PRIVATE
124124
${CMAKE_CURRENT_SOURCE_DIR}/src
125125
${IFCPP_SOURCE_DIR}/IfcPlusPlus/src
126+
${IFCPP_SOURCE_DIR}/external/
126127
${IFCPP_SOURCE_DIR}/external/Carve
127128
${IFCPP_SOURCE_DIR}/external/Carve/src
128129
${IFCPP_SOURCE_DIR}/external/Carve/src/lib

0 commit comments

Comments
 (0)