reactos/dll/win32/mycomput/CMakeLists.txt
Amine Khaldi 0ee830d7a4 * Create a branch for USB experiments.
svn path=/branches/usb-experiments/; revision=72629
2016-09-09 15:11:19 +00:00

7 lines
170 B
CMake

add_library(mycomput SHARED
mycomput.rc)
set_module_type(mycomput win32dll UNICODE ENTRYPOINT 0)
add_cd_file(TARGET mycomput DESTINATION reactos/system32 FOR all)