~goby-dev/goby/1.0

« back to all changes in this revision

Viewing changes to src/core/CMakeLists.txt

  • Committer: toby
  • Date: 2011-04-06 20:11:53 UTC
  • Revision ID: tes.aubergine@gmail.com-20110406201153-pnfasb1cltqnrbtm
Added basic configure / build testing using CTest/CDash

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
if(build_test)
 
2
if(BUILD_TESTING)
3
3
  add_subdirectory(test)
4
4
endif()
5
5