/alps/ufodecode

To get this branch, use:
bzr branch http://darksoft.org/webbzr/alps/ufodecode

« back to all changes in this revision

Viewing changes to src/CMakeLists.txt

  • Committer: Matthias Vogelgesang
  • Date: 2012-07-18 14:43:59 UTC
  • Revision ID: matthias.vogelgesang@kit.edu-20120718144359-uno2me7s6h7sxnje
Add INSTALL and README

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
if ("${CMAKE_BUILD_TYPE}" MATCHES "Debug")
53
53
    set(DEBUG "1")
54
54
endif()
 
55
 
55
56
configure_file(config.h.in ${CMAKE_CURRENT_BINARY_DIR}/config.h)
56
57