Skip to content

Commit

Permalink
Consertando coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
anderflash committed Oct 5, 2015
1 parent 1e7530e commit 3f8c3ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ SET(GRAFEO_IMGPROC_SRC
SET(GRAFEO_IFT_SRC
src/ift.c
)
SET(GRAFEO_SRC ${GRAFEO_STRUCTURE_SRC} ${GRAFEO_IMGPROC_SRC} ${GRAFEO_IFT_SRC})

add_library(grafeo_structure SHARED ${GRAFEO_STRUCTURE_SRC} ${GRAFEO_STRUCTURE_HDR})
add_library(grafeo_imgproc SHARED ${GRAFEO_IMGPROC_SRC} ${GRAFEO_IMGPROC_HDR})
Expand Down

0 comments on commit 3f8c3ee

Please sign in to comment.