mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:25:48 +00:00
[CMAKE]: Build all the remaining host tools/libraries (I think).
[CMAKE]: Fix definitions for some libraries. [CMAKE]: Build host tools with appropriate flags. svn path=/branches/cmake-bringup/; revision=48268
This commit is contained in:
parent
02b1c8a4e2
commit
8235c4622d
9 changed files with 75 additions and 7 deletions
5
lib/host/wcsfuncs/CMakeLists.txt
Normal file
5
lib/host/wcsfuncs/CMakeLists.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
|
||||
file(GLOB_RECURSE SOURCE "*.c")
|
||||
|
||||
add_library(host_wcsfuncs ${SOURCE})
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue