Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.

Commit

Permalink
Library versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
danoan committed Jan 23, 2020
1 parent 2579190 commit f2e47cd
Show file tree
Hide file tree
Showing 39 changed files with 16 additions and 1,564 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ set(CREATE_SHARED_LIBRARIES ON CACHE BOOL "Create shared libraries. If off, crea
set(USE_REMOTE_REPOSITORIES ON CACHE BOOL "Pull external repositories from GitHub.")

project(btools)
set(VERSION_BTOOLS_CORE v0.1)
set(VERSION_BTOOLS_READER v0.1)
set(VERSION_BTOOLS_UTILS v0.1)

find_package(DGtal REQUIRED)
find_package(OpenCV REQUIRED)
Expand Down Expand Up @@ -72,8 +75,5 @@ if(${BUILD_APPLICATIONS})
add_subdirectory(app/summary-flow)
endif()

if(${BUILD_FIGURES})
add_subdirectory(jmiv-figures)
endif()


4 changes: 1 addition & 3 deletions ext-projects/ExtProjects.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@ include(ExternalProject)
include(ext-projects/cmake-files/DIPaCUS.cmake)
include(ext-projects/cmake-files/SCaBOliC.cmake)
include(ext-projects/cmake-files/GEOC.cmake)
include(ext-projects/cmake-files/GCurve.cmake)
include(ext-projects/cmake-files/magLac.cmake)
include(ext-projects/cmake-files/exhaustive-gc.cmake)
include(ext-projects/cmake-files/GCurve.cmake)
20 changes: 0 additions & 20 deletions ext-projects/cmake-files/exhaustive-gc.cmake

This file was deleted.

10 changes: 0 additions & 10 deletions ext-projects/cmake-files/magLac.cmake

This file was deleted.

3 changes: 0 additions & 3 deletions jmiv-figures/CMakeLists.txt

This file was deleted.

40 changes: 0 additions & 40 deletions jmiv-figures/fig1/CMakeLists.txt

This file was deleted.

153 changes: 0 additions & 153 deletions jmiv-figures/fig1/jmiv-fig1.cpp

This file was deleted.

9 changes: 0 additions & 9 deletions jmiv-figures/fig1/jmiv-fig1.sh

This file was deleted.

Binary file removed jmiv-figures/fig10/data/coala.tar.bz2
Binary file not shown.
10 changes: 0 additions & 10 deletions jmiv-figures/fig10/instance-generator/__init__.py

This file was deleted.

38 changes: 0 additions & 38 deletions jmiv-figures/fig10/instance-generator/config.py

This file was deleted.

Loading

0 comments on commit f2e47cd

Please sign in to comment.