Skip to content

Commit

Permalink
update project name
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarriba committed Nov 25, 2022
1 parent 0a0cb46 commit f59443a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
cmake_minimum_required(VERSION 3.16)
# https://semver.org/
project(amiga_brain_api VERSION 0.1.0)
project(farm_ng_amiga VERSION 0.1.0)


find_package(farm_ng_cmake 0.1.0 REQUIRED)
farm_ng_module(amiga_brain_api)
farm_ng_module(famr_ng_amiga)

find_package(farm_ng_core 0.1.0 REQUIRED)
find_package(Sophus REQUIRED)
Expand All @@ -17,5 +17,5 @@ farm_ng_enable_testing()
add_subdirectory(protos)

farm_ng_export_module(
NAME amiga_brain_api
NAME farm_ng_amiga
REQUIRED_DEPS farm_ng_core Sophus)

0 comments on commit f59443a

Please sign in to comment.