From 997059009457eea7314157006e313f5dfebdd7cf Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Fri, 28 May 2021 01:27:21 +0300 Subject: [PATCH] Add stub source file --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index e76684c..a6948fb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,6 +8,7 @@ cmake_minimum_required(VERSION 3.5...3.16) project(boost_date_time VERSION "${BOOST_SUPERPROJECT_VERSION}" LANGUAGES CXX) add_library(boost_date_time + src/gregorian/greg_month.cpp ) add_library(Boost::date_time ALIAS boost_date_time)