This website requires JavaScript.
Explore
Help
Register
Sign in
Intravision
/
reactos
Watch
1
Star
0
Fork
You've already forked reactos
0
mirror of
https://github.com/reactos/reactos.git
synced
2025-02-23 17:05:46 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
ba887f723b
reactos
/
lib
/
fslib
/
ext2lib
/
CMakeLists.txt
4 lines
94 B
Text
Raw
Normal View
History
Unescape
Escape
[CMAKE] - Add ext2lib, ntfslib, vfatlib and vfatxlib to build. svn path=/branches/cmake-bringup/; revision=48304
2010-07-27 13:09:55 +00:00
file(GLOB_RECURSE SOURCE "*.c")
add_library(ext2lib ${SOURCE})
[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
2010-09-18 12:14:03 +00:00
add_dependencies(ext2lib psdk)
Reference in a new issue
Copy permalink