mirror of
https://github.com/JHUAPL/kami.git
synced 2026-01-09 14:58:02 -05:00
Move dependencies for the examples to the examples' cmakelists
This commit is contained in:
@@ -23,9 +23,6 @@ conan_basic_setup()
|
||||
|
||||
set(PROJECT_NAMESPACE ${PROJECT_NAME})
|
||||
|
||||
find_package(spdlog)
|
||||
find_package(Threads)
|
||||
|
||||
if(CMAKE_COMPILER_IS_GNUCC)
|
||||
option(ENABLE_COVERAGE "Enable coverage reporting for gcc/clang" FALSE)
|
||||
endif()
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
# Set minimum version of CMake.
|
||||
cmake_minimum_required(VERSION 3.13)
|
||||
|
||||
find_package(spdlog)
|
||||
|
||||
set(EXAMPLE_NAME "boltzmann1d")
|
||||
|
||||
project(${EXAMPLE_NAME} LANGUAGES CXX)
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
# Set minimum version of CMake.
|
||||
cmake_minimum_required(VERSION 3.13)
|
||||
|
||||
find_package(spdlog)
|
||||
|
||||
set(EXAMPLE_NAME "boltzmann2d")
|
||||
|
||||
project(${EXAMPLE_NAME} LANGUAGES CXX)
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
# Set minimum version of CMake.
|
||||
cmake_minimum_required(VERSION 3.13)
|
||||
|
||||
find_package(spdlog)
|
||||
|
||||
set(EXAMPLE_NAME "starter")
|
||||
|
||||
project(${EXAMPLE_NAME} LANGUAGES CXX)
|
||||
|
||||
Reference in New Issue
Block a user