mirror of
https://github.com/reactos/reactos.git
synced 2024-12-31 19:42:51 +00:00
[CMAKE]
* Add missing dependency. * Properly set the compiler flag. svn path=/trunk/; revision=52349
This commit is contained in:
parent
966128554b
commit
7f85f59d7a
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
include_directories(include/internal/mingw-w64)
|
||||
|
||||
if(NOT MSVC)
|
||||
add_definitions(-Wno-main)
|
||||
add_compiler_flags(-Wno-main)
|
||||
endif()
|
||||
|
||||
list(APPEND MSVCRTEX_SOURCE
|
||||
|
@ -65,4 +65,4 @@ if(NOT MSVC)
|
|||
target_link_libraries(msvcrtex oldnames)
|
||||
endif()
|
||||
|
||||
add_dependencies(msvcrtex psdk)
|
||||
add_dependencies(msvcrtex psdk asm)
|
||||
|
|
Loading…
Reference in a new issue