[CMAKE]
authorAmine Khaldi <amine.khaldi@reactos.org>
Sat, 30 Oct 2010 16:24:35 +0000 (16:24 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Sat, 30 Oct 2010 16:24:35 +0000 (16:24 +0000)
- Leftover from the previous commit.

svn path=/branches/cmake-bringup/; revision=49359

base/applications/kbswitch/kbsdll/CMakeLists.txt

index 5b39a02..8bcf833 100644 (file)
@@ -5,8 +5,6 @@ add_library(kbsdll SHARED kbsdll.c kbsdll.rc ${CMAKE_CURRENT_BINARY_DIR}/kbsdll.
 
 spec2def(kbsdll.dll kbsdll.spec)
 
 
 spec2def(kbsdll.dll kbsdll.spec)
 
-target_link_libraries(kbsdll)
-
 set_module_type(kbsdll win32dll)
 add_importlibs(kbsdll user32 comctl32 kernel32)
 
 set_module_type(kbsdll win32dll)
 add_importlibs(kbsdll user32 comctl32 kernel32)