mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:25:48 +00:00
[CMAKE]
- Add disabled winemine build file svn path=/branches/cmake-bringup/; revision=48901
This commit is contained in:
parent
c9dc1e22be
commit
3b92867c2a
1 changed files with 11 additions and 0 deletions
11
base/applications/games/winemine/CMakeLists.txt
Normal file
11
base/applications/games/winemine/CMakeLists.txt
Normal file
|
@ -0,0 +1,11 @@
|
|||
|
||||
add_executable(winemine
|
||||
main.c
|
||||
dialog.c
|
||||
rsrc.rc)
|
||||
|
||||
set_unicode(winemine yes)
|
||||
|
||||
set_module_type(winemine win32gui)
|
||||
|
||||
add_importlibs(winemine user32 gdi32 advapi32 shell32 msvcrt)
|
Loading…
Add table
Add a link
Reference in a new issue