Skip to content

Commit

Permalink
minhook: add new line at the end of CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-vincent committed Jan 9, 2024
1 parent 7295771 commit fd30a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/minhook/all/test_package/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ project(test_package LANGUAGES CXX)
find_package(minhook REQUIRED CONFIG)

add_executable(${PROJECT_NAME} test_package.cpp)
target_link_libraries(${PROJECT_NAME} PRIVATE minhook::minhook)
target_link_libraries(${PROJECT_NAME} PRIVATE minhook::minhook)

0 comments on commit fd30a52

Please sign in to comment.