From 7fbd3d7beb93cbda20fd20579d75e14fa679d1c5 Mon Sep 17 00:00:00 2001 From: sippeangelo Date: Fri, 11 Nov 2016 21:21:13 +0100 Subject: [PATCH] Lowercase program name --- src/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b60899d..2f4bec7 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -40,8 +40,8 @@ if(MSVC) set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} /SUBSYSTEM:CONSOLE /level='requireAdministrator'") endif() -add_executable(RebootInto ${SOURCE_FILES}) -target_link_libraries(RebootInto +add_executable(rebootinto ${SOURCE_FILES}) +target_link_libraries(rebootinto ${Boost_LIBRARIES} ${efivar_LIBRARIES} ) \ No newline at end of file