You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
include_directories("../../CoreLib")
|
|
|
|
include_directories("../../NucleusLib/inc")
|
|
|
|
include_directories("../../NucleusLib")
|
|
|
|
include_directories("../../PubUtilLib")
|
|
|
|
|
|
|
|
set(plIntersect_SOURCES
|
|
|
|
plClosest.cpp
|
|
|
|
plHardRegion.cpp
|
|
|
|
plHardRegionPlanes.cpp
|
|
|
|
plHardRegionTypes.cpp
|
|
|
|
plSoftVolume.cpp
|
|
|
|
plSoftVolumeTypes.cpp
|
|
|
|
plVolumeIsect.cpp
|
|
|
|
)
|
|
|
|
|
|
|
|
set(plIntersect_HEADERS
|
|
|
|
plClosest.h
|
|
|
|
plHardRegion.h
|
|
|
|
plHardRegionPlanes.h
|
|
|
|
plHardRegionTypes.h
|
|
|
|
plIntersectCreatable.h
|
|
|
|
plRegionBase.h
|
|
|
|
plSoftVolume.h
|
|
|
|
plSoftVolumeTypes.h
|
|
|
|
plVolumeIsect.h
|
|
|
|
)
|
|
|
|
|
|
|
|
add_library(plIntersect STATIC ${plIntersect_SOURCES} ${plIntersect_HEADERS})
|
|
|
|
|
|
|
|
source_group("Source Files" FILES ${plIntersect_SOURCES})
|
|
|
|
source_group("Header Files" FILES ${plIntersect_HEADERS})
|