From 0dbb38fe27e81790451a8233c5959e0fe26dc5ee Mon Sep 17 00:00:00 2001 From: Tim Crews Date: Fri, 14 Jun 2013 21:29:47 -0700 Subject: Source changes needed for Microsoft Visual C++ compatibility. Includes an implementation of strptime, compiled only for Win32 platform. --- src/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 2d6b22f7..9fd7d295 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -48,7 +48,8 @@ set(LEDGER_SOURCES mask.cc times.cc error.cc - utils.cc) + utils.cc + strptime.cc) if(HAVE_BOOST_PYTHON) list(APPEND LEDGER_SOURCES @@ -130,6 +131,7 @@ set(LEDGER_INCLUDES value.h views.h xact.h + strptime.h ${PROJECT_BINARY_DIR}/system.hh) if(CMAKE_BUILD_TYPE STREQUAL "Debug") -- cgit v1.2.3