X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=base%2Fsystem%2Fwinlogon%2FCMakeLists.txt;h=e97ce9d0ec1a1c89e20b0f0b965ea8d955f2aa61;hp=5d6f9347c68d64d79fbe8a03554d940a3fe1ba29;hb=2541969bd0606915083aa98abe41d51311c1debb;hpb=8db8028cbd084907dfe9cce1931d092555897502 diff --git a/base/system/winlogon/CMakeLists.txt b/base/system/winlogon/CMakeLists.txt index 5d6f9347c68..e97ce9d0ec1 100644 --- a/base/system/winlogon/CMakeLists.txt +++ b/base/system/winlogon/CMakeLists.txt @@ -10,9 +10,10 @@ list(APPEND SOURCE add_executable(winlogon ${CMAKE_CURRENT_BINARY_DIR}/winlogon_winlogon.h.gch ${SOURCE}) +target_link_libraries(winlogon wine) + add_pch(winlogon ${CMAKE_CURRENT_SOURCE_DIR}/winlogon.h ${SOURCE}) set_module_type(winlogon win32gui) -add_importlibs(winlogon user32 advapi32 userenv secur32 msvcrt) -target_link_libraries(winlogon wine) +add_importlibs(winlogon user32 advapi32 userenv secur32 msvcrt kernel32 ntdll)