mirror of
https://github.com/reactos/reactos.git
synced 2024-11-11 01:04:11 +00:00
02b1c8a4e2
[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
5 lines
No EOL
130 B
CMake
5 lines
No EOL
130 B
CMake
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/subsys)
|
|
|
|
file(GLOB_RECURSE SOURCE "*.c")
|
|
|
|
add_library(lsalib ${SOURCE}) |