early-access version 2853
This commit is contained in:
10
externals/vcpkg/ports/atlmfc/portfile.cmake
vendored
Executable file
10
externals/vcpkg/ports/atlmfc/portfile.cmake
vendored
Executable file
@@ -0,0 +1,10 @@
|
||||
find_path(AFXRES_H
|
||||
NAMES afxres.h
|
||||
PATHS $ENV{INCLUDE}
|
||||
)
|
||||
|
||||
if(NOT AFXRES_H)
|
||||
message(FATAL_ERROR "Unable to locate 'afxres.h'. Ensure you have installed the ATL/MFC component of Visual Studio.")
|
||||
endif()
|
||||
|
||||
SET(VCPKG_POLICY_EMPTY_PACKAGE enabled)
|
||||
7
externals/vcpkg/ports/atlmfc/vcpkg.json
vendored
Executable file
7
externals/vcpkg/ports/atlmfc/vcpkg.json
vendored
Executable file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "atlmfc",
|
||||
"version-string": "0",
|
||||
"port-version": 1,
|
||||
"description": "a stub package that ensures VS has ATL/MFC installed.",
|
||||
"supports": "windows"
|
||||
}
|
||||
Reference in New Issue
Block a user