File: IncludeBeforeProject.cmake

package info (click to toggle)
gemrb 0.9.4%2Bdfsg-1
  • links: PTS, VCS
  • area: contrib
  • in suites: forky, sid, trixie
  • size: 21,960 kB
  • sloc: cpp: 140,145; python: 30,926; ansic: 4,405; objc: 731; sh: 311; java: 105; xml: 69; makefile: 7
file content (6 lines) | stat: -rw-r--r-- 237 bytes parent folder | download
1
2
3
4
5
6
# VCPKG manifest file: platforms/windows/vcpkg.json
# must be declared before PROJECT()
IF(WIN32)
	SET(VCPKG_MANIFEST_DIR "${CMAKE_SOURCE_DIR}/platforms/windows" )
	message(STATUS "VCPKG_MANIFEST_DIR: ${VCPKG_MANIFEST_DIR}")
ENDIF(WIN32)