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