mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:25:48 +00:00
[CMAKE]: Add wmc to host tools, and export it as native-wmc.
[CMAKE]: Add a makelist to build the mc->headers as one target. [CMAKE]: Fix the IDL rule to build all IDLs as one target. [CMAKE]: Build a whole lot more libraries. svn path=/branches/cmake-bringup/; revision=48267
This commit is contained in:
parent
6907bbcc2f
commit
02b1c8a4e2
14 changed files with 96 additions and 2 deletions
5
lib/smlib/CMakeLists.txt
Normal file
5
lib/smlib/CMakeLists.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/subsys)
|
||||
|
||||
file(GLOB_RECURSE SOURCE "*.c")
|
||||
|
||||
add_library(smlib ${SOURCE})
|
Loading…
Add table
Add a link
Reference in a new issue