Cleanup #17
+1
-1
@@ -18,7 +18,7 @@ endif()
|
||||
set(SOFTWARE_DESCRIPTION
|
||||
"A tool to interact with the Icarus Music streaming API")
|
||||
set(SOFTWARE_VERSION
|
||||
"0.3.0")
|
||||
"0.3.2")
|
||||
|
||||
|
||||
project(IcarusDownloadManager VERSION ${SOFTWARE_VERSION} DESCRIPTION ${SOFTWARE_DESCRIPTION} LANGUAGES CXX)
|
||||
|
||||
@@ -82,6 +82,7 @@
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
<Optimization>Disabled</Optimization>
|
||||
<LanguageStandard>stdcpp20</LanguageStandard>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<TargetMachine>MachineX86</TargetMachine>
|
||||
@@ -95,6 +96,7 @@
|
||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
<LanguageStandard>stdcpp20</LanguageStandard>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<TargetMachine>MachineX86</TargetMachine>
|
||||
@@ -150,6 +152,10 @@
|
||||
<ClInclude Include="include\syncers\Upload.h" />
|
||||
<ClInclude Include="include\utilities\Checks.h" />
|
||||
<ClInclude Include="include\utilities\Conversions.h" />
|
||||
<ClInclude Include="resource.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ResourceCompile Include="IcarusDownloadManager.rc" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
|
||||
@@ -1,20 +0,0 @@
|
||||
[requires]
|
||||
nlohmann_json/3.10.4
|
||||
openssl/1.1.1l
|
||||
libcurl/7.80.0
|
||||
cpr/1.7.2
|
||||
|
||||
[generators]
|
||||
cmake
|
||||
|
||||
[options]
|
||||
openssl:shared=False
|
||||
libcurl:shared=False
|
||||
cpr:shared=False
|
||||
libcurl:with_ssl=openssl
|
||||
libcurl:with_ftp=False
|
||||
libcurl:with_gopher=False
|
||||
libcurl:with_imap=False
|
||||
libcurl:with_pop3=False
|
||||
libcurl:with_smb=False
|
||||
libcurl:with_smtp=False
|
||||
Reference in New Issue
Block a user