Skip to content

Commit

Permalink
Adds: conan package support.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmpavelski committed Dec 31, 2020
1 parent 52853ab commit 54502df
Show file tree
Hide file tree
Showing 11 changed files with 46 additions and 499 deletions.
Binary file removed .clangd/index/catch_main.cpp.4909AAC9CAF82C82.idx
Binary file not shown.
Binary file not shown.
4 changes: 1 addition & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
cmake_minimum_required(VERSION 3.15)

# Set the project name to your project name, my project isn't very descriptive
project(myproject CXX)
project(FSPEval CXX)
include(cmake/StandardProjectSettings.cmake)
include(cmake/PreventInSourceBuilds.cmake)

# Link this 'library' to set the c++ standard / compile-time options requested
add_library(project_options INTERFACE)
Expand Down
Loading

0 comments on commit 54502df

Please sign in to comment.