From f92ad17dce040f06c8ddcc8eba3f19db8105fe01 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 24 Mar 2020 11:46:46 +0300 Subject: WIP --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5ad6d0a..c5296e9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,11 +2,11 @@ cmake_minimum_required(VERSION 3.5) # for Boost::* imported targets project(pdb_repo CXX) +include(cmake/cmake/common.cmake) + find_package(Boost REQUIRED) add_subdirectory(3rdparty/boost/nowide) -include(cmake/cmake/common.cmake) - file(GLOB_RECURSE pdb_repo_include "include/*.hpp") file(GLOB_RECURSE pdb_repo_src "src/*.cpp") add_library(pdb_repo ${pdb_repo_include} ${pdb_repo_src}) -- cgit v1.2.3