mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 19:03:08 +00:00
[CMAKE]
Compile a dummy rossym library on MSVC svn path=/branches/cmake-bringup/; revision=50514
This commit is contained in:
parent
e92a8c0a72
commit
fe46ef7daa
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
|
||||
if(NOT MSVC)
|
||||
if(MSVC)
|
||||
add_library(rossym dummy.c)
|
||||
else()
|
||||
add_definitions(-D_NTSYSTEM_)
|
||||
list(APPEND SOURCE
|
||||
delete.c
|
||||
|
|
1
lib/rossym/dummy.c
Normal file
1
lib/rossym/dummy.c
Normal file
|
@ -0,0 +1 @@
|
|||
/* This file is intentionally left empty */
|
Loading…
Add table
Add a link
Reference in a new issue