source: proiecte/swift/trunk/src/CMakeLists.txt @ 176

Last change on this file since 176 was 176, checked in by (none), 14 years ago
  • imported repo from "guagal"
File size: 216 bytes
Line 
1include_directories (${CMAKE_SOURCE_DIR}/include/)
2
3add_library (swift-workstealing STATIC
4  swift_allocator.c
5  swift_backoff.c
6  swift_context.c
7  swift_deque.c
8  swift_dfg.c
9  swift_scheduler.c
10  swift_thread.c
11)
Note: See TracBrowser for help on using the repository browser.