mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[CMAKE]
* Link vfatxlib to chkstk. svn path=/trunk/; revision=52881
This commit is contained in:
parent
0e157e6285
commit
facaa72810
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
|
||||
add_library(vfatxlib fatx.c vfatxlib.c)
|
||||
|
||||
target_link_libraries(vfatxlib chkstk)
|
||||
|
||||
if(NOT MSVC)
|
||||
target_link_libraries(vfatxlib -lgcc)
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue