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