swh:1:snp:c7c108084bc0bf3d81436bf980b46e98bd338453
Raw File
Tip revision: 332c2b26cbf3a25a22ed7cdf0829b6d9339e31fe authored by Henrik Andersson on 13 March 2012, 21:29:39 UTC
Merge branch 'master' of ssh://darktable.git.sourceforge.net/gitroot/darktable/darktable
Tip revision: 332c2b2
FindUnity.cmake
include(Prebuilt)

if (CMAKE_SYSTEM_NAME STREQUAL "Linux")
  include(FindPkgConfig)
  pkg_check_modules(UNITY unity)
endif (CMAKE_SYSTEM_NAME STREQUAL "Linux")

if (UNITY_FOUND)
  set(UNITY ON CACHE BOOL "Build with libunity support.")
endif (UNITY_FOUND)
back to top