From 29288fe2baeb8d0fa12b1232d6c66280e9b35ff0 Mon Sep 17 00:00:00 2001 From: renchao_lu <renchao.lu@gmail.com> Date: Wed, 4 Sep 2019 15:11:10 +0200 Subject: [PATCH] [CMake] Include subdirectory Common. --- ChemistryLib/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/ChemistryLib/CMakeLists.txt b/ChemistryLib/CMakeLists.txt index ac1a2f6dc5f..d9dda934505 100644 --- a/ChemistryLib/CMakeLists.txt +++ b/ChemistryLib/CMakeLists.txt @@ -2,6 +2,7 @@ get_source_files(SOURCES) append_source_files(SOURCES PhreeqcIOData) append_source_files(SOURCES PhreeqcKernelData) +append_source_files(SOURCES Common) # Create the library add_library(ChemistryLib ${SOURCES}) -- GitLab