Skip to content

Commit

Permalink
make kinematic_icp_registration static (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
ardabbour authored Nov 12, 2024
1 parent 8c8f801 commit deea743
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cpp/kinematic_icp/registration/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
add_library(kinematic_icp_registration Registration.cpp)
target_link_libraries(kinematic_icp_registration kiss_icp_core Eigen3::Eigen TBB::tbb Sophus::Sophus)
add_library(kinematic_icp_registration STATIC)
target_sources(kinematic_icp_registration PRIVATE Registration.cpp)
target_link_libraries(kinematic_icp_registration PUBLIC kiss_icp_core Eigen3::Eigen TBB::tbb Sophus::Sophus)
set_global_target_properties(kinematic_icp_registration)

0 comments on commit deea743

Please sign in to comment.