diff --git a/drivers/base/bootvid/CMakeLists.txt b/drivers/base/bootvid/CMakeLists.txt index 7a9b0eedb43..068444d524c 100644 --- a/drivers/base/bootvid/CMakeLists.txt +++ b/drivers/base/bootvid/CMakeLists.txt @@ -28,4 +28,4 @@ target_link_libraries(bootvid add_pch(bootvid ${CMAKE_CURRENT_SOURCE_DIR}/precomp.h ${SOURCE}) add_dependencies(bootvid bootvid_def psdk buildno_header bugcodes) add_minicd_target(bootvid reactos bootvid.dll) -add_minicd_target(bootvid reactos/system32) \ No newline at end of file +add_cab_target(bootvid 1) \ No newline at end of file