[Scummvm-git-logs] scummvm master -> c7a5b152184af66d50c533319f2a3795ba7a46a7

digitall 547637+digitall at users.noreply.github.com
Thu Nov 14 23:13:35 CET 2019


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
c7a5b15218 DEVTOOLS: Add missing libraries to cmake-based create_project


Commit: c7a5b152184af66d50c533319f2a3795ba7a46a7
    https://github.com/scummvm/scummvm/commit/c7a5b152184af66d50c533319f2a3795ba7a46a7
Author: Michał Janiszewski (janisozaur at gmail.com)
Date: 2019-11-14T22:13:30Z

Commit Message:
DEVTOOLS: Add missing libraries to cmake-based create_project

Changed paths:
    devtools/create_project/cmake/CMakeLists.txt


diff --git a/devtools/create_project/cmake/CMakeLists.txt b/devtools/create_project/cmake/CMakeLists.txt
index 2646b89..5c54665 100644
--- a/devtools/create_project/cmake/CMakeLists.txt
+++ b/devtools/create_project/cmake/CMakeLists.txt
@@ -20,4 +20,6 @@ set(SOURCE_FILES
     )
 
 add_executable(create_project ${SOURCE_FILES})
-
+if (WIN32)
+    target_link_libraries(create_project rpcrt4 advapi32)
+endif ()





More information about the Scummvm-git-logs mailing list