mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-23 21:58:46 +00:00
Reverse subdir order so that svgfill is a proper target
This commit is contained in:
@@ -627,10 +627,6 @@ if(BUILD_DOCUMENTATION)
|
|||||||
add_subdirectory(../docs docs)
|
add_subdirectory(../docs docs)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(BUILD_IFCPYTHON)
|
|
||||||
add_subdirectory(../src/ifcwrap ifcwrap)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(BUILD_EXAMPLES)
|
if(BUILD_EXAMPLES)
|
||||||
add_subdirectory(../src/examples examples)
|
add_subdirectory(../src/examples examples)
|
||||||
endif()
|
endif()
|
||||||
@@ -643,6 +639,10 @@ if(BUILD_IFCPYTHON AND WITH_CGAL)
|
|||||||
add_subdirectory(../src/svgfill svgfill)
|
add_subdirectory(../src/svgfill svgfill)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if(BUILD_IFCPYTHON)
|
||||||
|
add_subdirectory(../src/ifcwrap ifcwrap)
|
||||||
|
endif()
|
||||||
|
|
||||||
if(BUILD_QTVIEWER)
|
if(BUILD_QTVIEWER)
|
||||||
add_subdirectory(../src/qtviewer qtviewer)
|
add_subdirectory(../src/qtviewer qtviewer)
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
Reference in New Issue
Block a user