Skip to content

Commit

Permalink
fix: glide-computer compilation with headers fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mpusz committed Dec 29, 2023
1 parent 9065780 commit 8e32665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/glide_computer_lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
cmake_minimum_required(VERSION 3.5)

add_library(glide_computer_lib-headers STATIC glide_computer_lib.cpp include/glide_computer_lib.h)
target_link_libraries(glide_computer_lib-headers PUBLIC mp-units::mp-units example_utils)
target_link_libraries(glide_computer_lib-headers PUBLIC mp-units::mp-units example_utils-headers)
target_include_directories(glide_computer_lib-headers PUBLIC include)

if(${projectPrefix}BUILD_CXX_MODULES)
Expand Down

0 comments on commit 8e32665

Please sign in to comment.