mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
[CMICPL]
- This is a C++ module svn path=/trunk/; revision=58650
This commit is contained in:
parent
f4edf37b57
commit
77d15c3811
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
|||
|
||||
set_cpp()
|
||||
|
||||
add_library(cmicpl SHARED
|
||||
cmicpl.cpp
|
||||
cmicpl.rc
|
||||
|
@ -10,6 +12,6 @@ add_importlibs(cmicpl
|
|||
shell32
|
||||
msvcrt
|
||||
kernel32
|
||||
ntdll)
|
||||
)
|
||||
|
||||
add_cd_file(TARGET cmicpl DESTINATION reactos/system32/drivers FOR all)
|
Loading…
Reference in a new issue