mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 09:13:00 +00:00
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.
This commit is contained in:
parent
b94e2d8ca0
commit
c2c66aff7d
24198 changed files with 0 additions and 37285 deletions
14
sdk/lib/smlib/CMakeLists.txt
Normal file
14
sdk/lib/smlib/CMakeLists.txt
Normal file
|
@ -0,0 +1,14 @@
|
|||
|
||||
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/subsys)
|
||||
|
||||
list(APPEND SOURCE
|
||||
compses.c
|
||||
connect.c
|
||||
execpgm.c
|
||||
lookupss.c
|
||||
smclient.c
|
||||
precomp.h)
|
||||
|
||||
add_library(smlib ${SOURCE})
|
||||
add_pch(smlib precomp.h SOURCE)
|
||||
add_dependencies(smlib psdk)
|
Loading…
Add table
Add a link
Reference in a new issue