~larryprice/libertine-scope/filter-state

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Tarmac
  • Author(s): Larry Price
  • Date: 2016-06-14 14:07:43 UTC
  • mfrom: (45.2.9 minor-cmake-updates)
  • Revision ID: tarmac-20160614140743-z3gy1pl2mqk4k3p8
Refactor Query class for consistent style and extract some functionality to helper classes.

Approved by Christopher Townsend, Libertine CI Bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
# Set up the tests
82
82
enable_testing()
83
83
add_subdirectory(tests)
84
 
add_custom_target(check
85
 
                 ${CMAKE_CTEST_COMMAND} --force-new-ctest-process --output-on-failure
86
 
)
 
84
add_custom_target(check ${CMAKE_CTEST_COMMAND} --force-new-ctest-process --output-on-failure)
87
85
 
88
86
set(ARCHIVE_NAME ${CMAKE_PROJECT_NAME}-${PROJECT_VERSION})
89
87
add_custom_target(dist