pineapple/externals/vcpkg/ports/atlmfc/portfile.cmake
2022-07-23 03:01:36 +02:00

10 lines
247 B
CMake
Executable file

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)