comparison runtime/CMakeLists.txt @ 1648:18bbb1436153 0.9.2

Change the ldc.conf file output to match the newer Tango directory structure and only use libtango-user-ldc for the libs to match the 0.99.9 build instructions.
author Kelly Wilson <wilsonk cpsc.ucalgary.ca>
date Wed, 10 Mar 2010 20:21:05 -0700
parents 71ad691baeb2
children
comparison
equal deleted inserted replaced
1647:638a823ace45 1648:18bbb1436153
44 imports_file(internal/ldc/vararg.d) 44 imports_file(internal/ldc/vararg.d)
45 # library names 45 # library names
46 set(RUNTIME_CC tango-cc-tango) 46 set(RUNTIME_CC tango-cc-tango)
47 set(RUNTIME_GC tango-gc-basic) 47 set(RUNTIME_GC tango-gc-basic)
48 set(RUNTIME_DC ldc-runtime) 48 set(RUNTIME_DC ldc-runtime)
49 set(RUNTIME_AIO tango-base-ldc) 49 set(RUNTIME_AIO tango-user-ldc)
50 # set paths to source files, or fill lists directly 50 # set paths to source files, or fill lists directly
51 set(RUNTIME_DC_DIR ${PROJECT_SOURCE_DIR}/internal) 51 set(RUNTIME_DC_DIR ${PROJECT_SOURCE_DIR}/internal)
52 set(RUNTIME_GC_DIR ${RUNTIME_DIR}/lib/gc/basic) 52 set(RUNTIME_GC_DIR ${RUNTIME_DIR}/lib/gc/basic)
53 file(GLOB CORE_D ${RUNTIME_DIR}/lib/common/tango/core/*.d) 53 file(GLOB CORE_D ${RUNTIME_DIR}/lib/common/tango/core/*.d)
54 file(GLOB CORE_C ${RUNTIME_DIR}/lib/common/tango/stdc/*.c) 54 file(GLOB CORE_C ${RUNTIME_DIR}/lib/common/tango/stdc/*.c)