Skip to content

Commit

Permalink
Consistency in the CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
tizianoGuadagnino committed Nov 12, 2024
1 parent 8200e36 commit 0fa8ecf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cpp/kinematic_icp/correspondence_threshold/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_threshold CorrespondenceThreshold.cpp)
target_link_libraries(kinematic_icp_threshold Sophus::Sophus)
add_library(kinematic_icp_threshold STATIC)
target_sources(kinematic_icp_threshold PRIVATE CorrespondenceThreshold.cpp)
target_link_libraries(kinematic_icp_threshold PUBLIC Sophus::Sophus)
set_global_target_properties(kinematic_icp_threshold)

0 comments on commit 0fa8ecf

Please sign in to comment.