[APPHELP][APPHELP_APITEST] Partially implement SdbMakeIndexKeyFromString
[reactos.git] / rostests / apitests / apphelp / CMakeLists.txt
index 91f52d1..06a9c85 100644 (file)
@@ -1,7 +1,10 @@
-
-add_definitions(-D__ROS_LONG64__)
+project(appcompat)
+add_definitions(-D__ROS_LONG64__ -DWINETEST_USE_DBGSTR_LONGLONG)
 
 list(APPEND SOURCE
+    apphelp.c
+    data.c
+    db.c
     layerapi.c
     testlist.c)