mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
windows: fix build
Change-Id: Ic42d861235b21cf8ba94ead88dd7b0ae4ea8daa4
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
cmake_minimum_required(VERSION 3.16)
|
||||
|
||||
project(jami-daemon CXX)
|
||||
project(jami-daemon C CXX)
|
||||
set(PACKAGE_NAME "Jami Daemon")
|
||||
|
||||
################################################################################
|
||||
|
@ -16,5 +16,5 @@
|
||||
"libgit2"
|
||||
],
|
||||
"configuration": "ReleaseLib_win32",
|
||||
"project_paths": ["ring-daemon.vcxproj"]
|
||||
"project_paths": ["jami-daemon.vcxproj"]
|
||||
}
|
||||
|
Reference in New Issue
Block a user