mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-08 17:19:01 -05:00
5 lines
184 B
PowerShell
5 lines
184 B
PowerShell
cd $PSScriptRoot/build
|
|
conan install --build=missing ..
|
|
cmake .. -A x64 -D CMAKE_BUILD_TYPE=Release
|
|
msbuild PACKAGE.vcxproj /P:Configuration=Release /P:Platform=x64 /VERBOSITY:MINIMAL
|