[libwine]
authorChristoph von Wittich <christoph_vw@reactos.org>
Sat, 3 Dec 2011 11:03:45 +0000 (11:03 +0000)
committerChristoph von Wittich <christoph_vw@reactos.org>
Sat, 3 Dec 2011 11:03:45 +0000 (11:03 +0000)
add register.c to CMakeLists.txt as well

svn path=/trunk/; revision=54567

reactos/lib/3rdparty/libwine/CMakeLists.txt

index a571367..6dde7ea 100644 (file)
@@ -7,6 +7,7 @@ list(APPEND SOURCE
     debug_ros.c
     loader.c
     wctype.c
+    register.c
 #    string.c implements _stricmp, already shipped with crt
 )