Skip to content

Commit

Permalink
Added build of vsg::PolytopeIntersector
Browse files Browse the repository at this point in the history
  • Loading branch information
robertosfield committed Sep 23, 2024
1 parent 60d0117 commit b201224
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/vsg/utils/PolytopeIntersector.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/* <editor-fold desc="MIT License">
Copyright(c) 2020 Robert Osfield
Copyright(c) 2024 Robert Osfield
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
Expand Down
1 change: 1 addition & 0 deletions src/vsg/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ set(SOURCES
utils/Instrumentation.cpp
utils/GpuAnnotation.cpp
utils/LineSegmentIntersector.cpp
utils/PolytopeIntersector.cpp
utils/LoadPagedLOD.cpp
utils/FindDynamicObjects.cpp
utils/PropagateDynamicObjects.cpp
Expand Down
2 changes: 1 addition & 1 deletion src/vsg/utils/PolytopeIntersector.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* <editor-fold desc="MIT License">
Copyright(c) 2020 Robert Osfield
Copyright(c) 2024 Robert Osfield
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
Expand Down

0 comments on commit b201224

Please sign in to comment.