diff --git a/recipes/minhook/all/test_package/CMakeLists.txt b/recipes/minhook/all/test_package/CMakeLists.txt index 25b6ce4d5a7141..a090c65f0323b8 100644 --- a/recipes/minhook/all/test_package/CMakeLists.txt +++ b/recipes/minhook/all/test_package/CMakeLists.txt @@ -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) \ No newline at end of file +target_link_libraries(${PROJECT_NAME} PRIVATE minhook::minhook)