reactos/lib/fslib/vfatxlib/CMakeLists.txt
Hermès Bélusca-Maïto 65ce146169 Create a branch for working on csrss and co.
svn path=/branches/ros-csrss/; revision=57561
2012-10-14 13:04:31 +00:00

11 lines
206 B
CMake

add_library(vfatxlib fatx.c vfatxlib.c)
add_pch(vfatxlib vfatxlib.h)
target_link_libraries(vfatxlib chkstk)
if(NOT MSVC)
target_link_libraries(vfatxlib -lgcc)
endif()
add_dependencies(vfatxlib psdk)