Skip to content

Commit

Permalink
cmakelists fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cropinghigh committed May 8, 2024
1 parent f4196b6 commit 7a56424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ else()
set_target_properties(osmocore PROPERTIES INTERFACE_INCLUDE_DIRECTORIES /usr/include/osmocom/core)
endif()

target_link_libraries(tetra_demodulator osmocore)
target_link_libraries(tetra_demodulator PRIVATE osmocore)
target_include_directories(tetra_demodulator PRIVATE "src/" "src/decoder/src" "src/decoder/codec")

0 comments on commit 7a56424

Please sign in to comment.