Skip to content

Commit

Permalink
Fix case
Browse files Browse the repository at this point in the history
  • Loading branch information
kayoub5 committed Jul 9, 2024
1 parent 85a6fe3 commit 9b0b27a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.17)

add_executable(tecmp_app "app.cpp")
find_package(pcapplusplus REQUIRED)
find_package(PcapPlusPlus REQUIRED)

target_link_libraries(tecmp_app PUBLIC tecmp_library PcapPlusPlus::PcapPlusPlus)
target_compile_features(tecmp_app PUBLIC cxx_std_17)
Expand Down

0 comments on commit 9b0b27a

Please sign in to comment.