diff options
author | Marius Kintel <marius@kintel.net> | 2011-09-03 22:03:16 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-09-03 22:03:16 (GMT) |
commit | 821c7df1fe34006ebeb0150cc0a166563d583f25 (patch) | |
tree | 3b1891b404583cea57ee4f7f4e17c625f671bfff /tests/CMakeLists.txt | |
parent | a5b03ddcf9026dbc60881572419f096ba9ecadab (diff) |
Extracted handle_dep() to separate source file
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index c274435..af64772 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -79,6 +79,8 @@ include_directories(../src) add_definitions(-DOPENSCAD_VERSION=test) set(COMMON_SOURCES + ../src/handle_dep.cc + ../src/qhash.cc ../src/export.cc ../src/value.cc ../src/expr.cc |