[CMAKE]: Add make lists for the core host tools/libraries, and add a command to generate the build.h header. There's little fixes needed here and there, but this should be a good template for people to see how easy CMake is. This will build all the wine tools/libraries, nci, gendib, rsym, etc...

svn path=/branches/cmake-bringup/; revision=48244
This commit is contained in:
Sir Richard 2010-07-25 05:53:51 +00:00
parent a9581208d6
commit 50c679fa37
3 changed files with 36 additions and 0 deletions

2
lib/sdk/CMakeLists.txt Normal file
View file

@ -0,0 +1,2 @@
add_subdirectory(crt)