Skip to content

Commit

Permalink
hal: Allow python hal to work with any implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ondraceq committed Sep 22, 2022
1 parent 8d56717 commit 8f17870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion softwareComponents/rofiHalSimPy/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ cmake_minimum_required(VERSION 3.11)


pybind11_add_module(pyRofiHal hal.cpp)
target_link_libraries(pyRofiHal PRIVATE rofi::hal::sim)
target_link_libraries(pyRofiHal PRIVATE rofi::hal)

0 comments on commit 8f17870

Please sign in to comment.