/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: 2016-01-31 22:59:44 UTC
  • mto: This revision was merged to the branch mainline in revision 122.
  • Revision ID: gustav.hartvigsson@gmail.com-20160131225944-mdfnuwnt2jskhz75
* Documented the SType enum.
* added s_malloc s_free s_realloc macros.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
6
6
 
7
7
option (DEBUG "Enable debug flags and macros in project." TRUE)
8
 
option (USE_GC "Enable/disable the LibGC garbage colletor." TRUE)
 
8
option (USE_GC "Enable/disable the LibGC garbage colletor." FALSE)
9
9
 
10
10
find_package (Threads REQUIRED)
11
11
if (USE_GC)