mirror of
https://github.com/Neo-Desktop/WindowsXPKg
synced 2026-05-17 15:05:03 +03:00
Add OpenSSL libraries, convert to CMake
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
CMAKE_MINIMUM_REQUIRED(VERSION 2.8.11)
|
||||
PROJECT(WindowsXPKg)
|
||||
|
||||
SET(CMAKE_CXX_STANDARD 17)
|
||||
SET(SOURCE main.c xp_algorithm.c server_algorithm.c)
|
||||
SET(HEADER header.h)
|
||||
|
||||
TARGET_LINK_LIBRARIES(${CMAKE_SOURCE_DIR}/lib/libcrypto.lib)
|
||||
ADD_EXECUTABLE(Release ${SOURCE})
|
||||
@@ -0,0 +1,8 @@
|
||||
//
|
||||
// Created by Andrew on 30/05/2023.
|
||||
//
|
||||
|
||||
#ifndef WINDOWSXPKG_HEADER_H
|
||||
#define WINDOWSXPKG_HEADER_H
|
||||
|
||||
#endif //WINDOWSXPKG_HEADER_H
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user