/simpletypesystem/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/simpletypesystem/trunk

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Gustav Hartvigsson
  • Date: 2015-09-20 11:09:05 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20150920110905-zn04f8kryzuzvibx
* added external .h files for dealing with stuff that may or may not be avalible on scertain platforms.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
add_library (ssts SHARED ${SSTS_SRC})
49
49
 
50
50
enable_testing()
51
 
add_test (test tests/ssts_test)
 
51
add_test (test tests/ssts_test )
52
52
add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND} --extra-verbose)
53
53
 
54
54