Skip to content

Commit

Permalink
added CMakeLists.txt file back to navigator_alarm package
Browse files Browse the repository at this point in the history
  • Loading branch information
Nihar3430 committed Apr 17, 2024
1 parent 27091f6 commit f6786ea
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions NaviGator/mission_control/navigator_alarm/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
cmake_minimum_required(VERSION 3.0.2)
project(navigator_alarm)

find_package(catkin REQUIRED
COMPONENTS
rospy
mil_tools
nav_msgs
ros_alarms
)

catkin_python_setup()

catkin_package()

0 comments on commit f6786ea

Please sign in to comment.