/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-10-05 12:16:32 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20151005121632-hxtiemkswfq5ahch
* Added skeleton for cxx binding. This is not a priotity, and never will be.
* Added CXX_README for information on libsstsmm.

* Moved src to libssts

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
  )
61
61
endif(DOXYGEN_FOUND)
62
62
 
63
 
add_subdirectory (src)
64
 
include_directories (${CMAKE_SOURCE_DIR}/src/)
 
63
add_subdirectory (libssts)
 
64
include_directories (${CMAKE_SOURCE_DIR}/libssts/)
65
65
add_subdirectory (tests)
66
66
 
67
67
add_library (ssts SHARED ${SSTS_SRC})