mirror of
https://github.com/reactos/reactos.git
synced 2025-08-01 18:53:05 +00:00
[CMAKE]
- Generalize CMAKE_C_LINK_EXECUTABLE and CMAKE_EXE_LINKER_FLAGS, and use additional flags per module. - Fix usetup: make it depend on psdk and buildno_header, and also fix the entry point (_NtProcessStartup -> _NtProcessStartup@4) - Make ext2lib depend on psdk. svn path=/branches/cmake-bringup/; revision=48802
This commit is contained in:
parent
6730fe41ce
commit
13dc8a4761
5 changed files with 10 additions and 11 deletions
|
@ -1,4 +1,4 @@
|
|||
|
||||
include_directories(.)
|
||||
file(GLOB_RECURSE SOURCE "*.c")
|
||||
add_library(ext2lib ${SOURCE})
|
||||
add_dependencies(ext2lib psdk)
|
Loading…
Add table
Add a link
Reference in a new issue