Skip to content

Commit

Permalink
Add missing CMake files (Binning/Maths)
Browse files Browse the repository at this point in the history
  • Loading branch information
zykure committed May 4, 2020
1 parent 53e039d commit b5244d7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,6 @@ cmake_install.cmake
.clang_complete
.idea/
.ipynb_checkpoints/

!Kommon/Core/Binning/BinningConfig.cmake
!Kommon/Core/Maths/MathsConfig.cmake
1 change: 1 addition & 0 deletions Kommon/Core/Binning/BinningConfig.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include("${CMAKE_CURRENT_LIST_DIR}/BinningTargets.cmake")
1 change: 1 addition & 0 deletions Kommon/Core/Maths/MathsConfig.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include("${CMAKE_CURRENT_LIST_DIR}/MathsTargets.cmake")

0 comments on commit b5244d7

Please sign in to comment.