mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 17:22:59 +00:00
[CDROM_NEW] CMakeLists.txt: Add cdrom.rc (#3513)
Addendum to 83b85e2
.
CORE-17129
This commit is contained in:
parent
06f57e1696
commit
0cf1169dd0
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ list(APPEND SOURCE
|
||||||
zpodd.c
|
zpodd.c
|
||||||
cdrom.h)
|
cdrom.h)
|
||||||
|
|
||||||
add_library(cdrom MODULE ${SOURCE})
|
add_library(cdrom MODULE ${SOURCE} cdrom.rc)
|
||||||
set_module_type(cdrom kernelmodedriver)
|
set_module_type(cdrom kernelmodedriver)
|
||||||
|
|
||||||
if(GCC OR CLANG)
|
if(GCC OR CLANG)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue