Skip to content

Commit

Permalink
cmakelists fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
cropinghigh committed May 8, 2024
1 parent 7a56424 commit 595e2cf
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 @@ -42,7 +42,7 @@ if (MSVC)
else()
add_library(osmocore STATIC IMPORTED)
set_target_properties(osmocore PROPERTIES IMPORTED_LOCATION /usr/lib/x86_64-linux-gnu/libosmocore.so)
set_target_properties(osmocore PROPERTIES INTERFACE_INCLUDE_DIRECTORIES /usr/include/osmocom/core)
set_target_properties(osmocore PROPERTIES INTERFACE_INCLUDE_DIRECTORIES /usr/include)
endif()

target_link_libraries(tetra_demodulator PRIVATE osmocore)
Expand Down

0 comments on commit 595e2cf

Please sign in to comment.