mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 14:30: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)
|
add_library(vfatxlib fatx.c vfatxlib.c)
|
||||||
|
|
||||||
|
target_link_libraries(vfatxlib chkstk)
|
||||||
|
|
||||||
if(NOT MSVC)
|
if(NOT MSVC)
|
||||||
target_link_libraries(vfatxlib -lgcc)
|
target_link_libraries(vfatxlib -lgcc)
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in a new issue