diff options
Diffstat (limited to 'src/common/CMakeLists.txt')
| -rw-r--r-- | src/common/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 738144927..1495e433b 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | configure_file("${CMAKE_CURRENT_SOURCE_DIR}/scm_rev.cpp.in" "${CMAKE_CURRENT_BINARY_DIR}/scm_rev.cpp" @ONLY) | ||
| 2 | |||
| 1 | set(SRCS break_points.cpp | 3 | set(SRCS break_points.cpp |
| 2 | console_listener.cpp | 4 | console_listener.cpp |
| 3 | extended_trace.cpp | 5 | extended_trace.cpp |
| @@ -15,6 +17,6 @@ set(SRCS break_points.cpp | |||
| 15 | thread.cpp | 17 | thread.cpp |
| 16 | timer.cpp | 18 | timer.cpp |
| 17 | utf8.cpp | 19 | utf8.cpp |
| 18 | version.cpp) | 20 | ${CMAKE_CURRENT_BINARY_DIR}/scm_rev.cpp) |
| 19 | 21 | ||
| 20 | add_library(common STATIC ${SRCS}) | 22 | add_library(common STATIC ${SRCS}) |