mirror of
https://github.com/reactos/reactos.git
synced 2025-05-25 20:18:22 +00:00
[CMAKE]
- Fix libcntpr build. svn path=/branches/cmake-bringup/; revision=49635
This commit is contained in:
parent
8dc1f0eb0e
commit
6a5e2c0992
1 changed files with 1 additions and 1 deletions
|
@ -566,4 +566,4 @@ endif(ARCH MATCHES i386)
|
||||||
|
|
||||||
add_library(libcntpr ${LIBCNTPR_SOURCE})
|
add_library(libcntpr ${LIBCNTPR_SOURCE})
|
||||||
set_property(TARGET libcntpr PROPERTY COMPILE_DEFINITIONS NO_RTL_INLINES _NTSYSTEM_ _NTDLLBUILD_ _LIBCNT_ __CRT__NO_INLINE)
|
set_property(TARGET libcntpr PROPERTY COMPILE_DEFINITIONS NO_RTL_INLINES _NTSYSTEM_ _NTDLLBUILD_ _LIBCNT_ __CRT__NO_INLINE)
|
||||||
add_dependencies(libcntpr psdk buildno_header ks386)
|
add_dependencies(libcntpr psdk buildno_header asm)
|
||||||
|
|
Loading…
Reference in a new issue