https://git.reactos.org/?p=reactos.git;a=commitdiff;h=261e5a72cc91cfafdbe3d…
commit 261e5a72cc91cfafdbe3d0df4ae30a47dcdf4b49
Author: Timo Kreuzer <timo.kreuzer(a)reactos.org>
AuthorDate: Tue Dec 26 20:08:24 2017 +0100
Commit: Timo Kreuzer <timo.kreuzer(a)reactos.org>
CommitDate: Sat Dec 21 12:44:48 2019 +0100
[APITESTS] Add PROJECT(ApiTests) to get a separate VS solution file
---
modules/rostests/apitests/CMakeLists.txt | 3 +++
1 file changed, 3 insertions(+)
diff --git a/modules/rostests/apitests/CMakeLists.txt
b/modules/rostests/apitests/CMakeLists.txt
index 62ca4c742bc..a0418480c27 100644
--- a/modules/rostests/apitests/CMakeLists.txt
+++ b/modules/rostests/apitests/CMakeLists.txt
@@ -1,3 +1,6 @@
+
+PROJECT(ApiTests)
+
include_directories(include)
add_subdirectory(advapi32)