Skip to content
Snippets Groups Projects
Commit 6a27ca07 authored by Aline Gondim Santos's avatar Aline Gondim Santos
Browse files

windows: fix build

Change-Id: Ic42d861235b21cf8ba94ead88dd7b0ae4ea8daa4
parent a5fcd271
No related branches found
No related tags found
No related merge requests found
cmake_minimum_required(VERSION 3.16) cmake_minimum_required(VERSION 3.16)
project(jami-daemon CXX) project(jami-daemon C CXX)
set(PACKAGE_NAME "Jami Daemon") set(PACKAGE_NAME "Jami Daemon")
################################################################################ ################################################################################
......
...@@ -16,5 +16,5 @@ ...@@ -16,5 +16,5 @@
"libgit2" "libgit2"
], ],
"configuration": "ReleaseLib_win32", "configuration": "ReleaseLib_win32",
"project_paths": ["ring-daemon.vcxproj"] "project_paths": ["jami-daemon.vcxproj"]
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment