[CMAKE]
[reactos.git] / dll / keyboard / kbdth3 / CMakeLists.txt
index 2617347..f40d878 100644 (file)
@@ -7,6 +7,6 @@ add_library(kbdth3 SHARED kbdth3.c kbdth3.rc ${CMAKE_CURRENT_BINARY_DIR}/kbdth3.
 
 set_entrypoint(kbdth3 0)
 
-add_dependencies(kbdth3 psdk buildno_header)
+add_dependencies(kbdth3 psdk)
 
-add_cab_target(kbdth3 1)
\ No newline at end of file
+add_cd_file(TARGET kbdth3 DESTINATION reactos/system32 FOR all)