mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 00:05:44 +00:00
[CMAKE]
no need to call target_link_libraries if there is nothing to link svn path=/trunk/; revision=52059
This commit is contained in:
parent
989c121257
commit
43ff81bdb0
1 changed files with 0 additions and 2 deletions
|
@ -5,8 +5,6 @@ add_library(fdc SHARED
|
||||||
pdo.c
|
pdo.c
|
||||||
fdc.rc)
|
fdc.rc)
|
||||||
|
|
||||||
target_link_libraries(fdc)
|
|
||||||
|
|
||||||
set_module_type(fdc kernelmodedriver)
|
set_module_type(fdc kernelmodedriver)
|
||||||
add_importlibs(fdc hal ntoskrnl)
|
add_importlibs(fdc hal ntoskrnl)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue