DependInfo.cmake 843 Bytes
Newer Older
Mark Friedrichs's avatar
Mark Friedrichs committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# The set of languages for which implicit dependencies are needed:
SET(CMAKE_DEPENDS_LANGUAGES
  "CXX"
  )
# The set of files for implicit dependencies of each language:
SET(CMAKE_DEPENDS_CHECK_CXX
  "/home/friedrim/src/openmm/trunk/OpenMM/platforms/brook/tests/TestBrookStream.cpp" "/home/friedrim/src/openmm/trunk/OpenMM/platforms/brook/tests/CMakeFiles/TestBrookStreamStatic.dir/TestBrookStream.o"
  )
SET(CMAKE_CXX_COMPILER_ID "GNU")

# Preprocessor definitions for this target.
SET(CMAKE_TARGET_DEFINITIONS
  "OPENMM_BUILDING_SHARED_LIBRARY"
  "OPENMM_LIBRARY_NAME=OpenMM"
  "OPENMM_MAJOR_VERSION=1"
  "OPENMM_MINOR_VERSION=0"
  "OPENMM_BUILD_VERSION=0"
  "_WIN32"
  )

# Targets to which this target links.
SET(CMAKE_TARGET_LINKED_INFO_FILES
  "/home/friedrim/src/openmm/trunk/OpenMM/CMakeFiles/OpenMM_static_d.dir/DependInfo.cmake"
  )