From fd30a52cb51853ac4ac043e0fdd162517d9e8592 Mon Sep 17 00:00:00 2001 From: Vincent Date: Fri, 5 Jan 2024 09:59:19 +0000 Subject: [PATCH] minhook: add new line at the end of CMakeLists.txt --- recipes/minhook/all/test_package/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)