Skip to content
Snippets Groups Projects

Compiling libelas as static library

Merged d.kilic requested to merge 12-compile-libelas-as-static-library into master
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -205,7 +205,7 @@ target_sources(petrack_core PRIVATE src/analysePlot.cpp)
#*************************************************************
if(LIBELAS)
target_compile_definitions(petrack_core PRIVATE LIBELAS)
add_library(libelas STATIC
add_library(elas STATIC
src/libelas/elasDescriptor.cpp
src/libelas/elas.cpp
src/libelas/elasFilter.cpp
Loading