mirror of
https://github.com/reactos/reactos.git
synced 2025-01-06 06:20:13 +00:00
[CMAKE]
Make rapps a win32gui app and link to msvcrt svn path=/branches/cmake-bringup/; revision=49831
This commit is contained in:
parent
a97affe62a
commit
c79199adc1
1 changed files with 2 additions and 1 deletions
|
@ -24,9 +24,10 @@ include_directories(${REACTOS_BINARY_DIR}/include/reactos)
|
|||
set_rc_compiler()
|
||||
|
||||
add_executable(rapps ${SOURCE})
|
||||
set_module_type(rapps win32gui)
|
||||
target_link_libraries(rapps uuid)
|
||||
|
||||
add_importlibs(rapps advapi32 comctl32 gdi32 urlmon user32 shell32 shlwapi kernel32 ntdll)
|
||||
add_importlibs(rapps advapi32 comctl32 gdi32 urlmon user32 shell32 shlwapi kernel32 msvcrt ntdll)
|
||||
add_dependencies(rapps rappsmsg)
|
||||
|
||||
#FIXME : move this to cmakemacros + gcc/msvc.cmake
|
||||
|
|
Loading…
Reference in a new issue