File: PreLoad.cmake

package info (click to toggle)
libvpl 1%3A2.15.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 21,584 kB
  • sloc: cpp: 92,593; ansic: 6,143; python: 4,312; sh: 323; makefile: 7
file content (6 lines) | stat: -rw-r--r-- 156 bytes parent folder | download | duplicates (28)
1
2
3
4
5
6
if(WIN32)
  set(CMAKE_GENERATOR_PLATFORM
      x64
      CACHE STRING "")
  message(STATUS "Generator Platform set to ${CMAKE_GENERATOR_PLATFORM}")
endif()