inial commit
This commit is contained in:
commit
f6de3ef2fb
2 changed files with 207 additions and 0 deletions
11
CMakeLists.txt
Normal file
11
CMakeLists.txt
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
cmake_minimum_required(VERSION 2.4)
|
||||
project(millingscanner)
|
||||
|
||||
|
||||
add_executable(millingscanner main.cpp )
|
||||
|
||||
target_link_libraries( millingscanner -lopencv_core -lopencv_imgcodecs -lopencv_highgui -lopencv_aruco -lopencv_bgsegm -lopencv_calib3d -lopencv_ccalib -lopencv_datasets -lopencv_dnn -lopencv_dpm -lopencv_features2d -lopencv_flann -lopencv_freetype -lopencv_fuzzy -lopencv_hdf -lopencv_imgcodecs -lopencv_imgproc -lopencv_video -lopencv_videoio -lopencv_stitching -lomp)
|
||||
set_target_properties( millingscanner PROPERTIES COMPILE_FLAGS -m64 LINK_FLAGS -m64)
|
||||
add_definitions(" -fopenmp -s -std=c++11 -Wall")
|
||||
|
||||
install(TARGETS millingscanner RUNTIME DESTINATION bin)
|
||||
Loading…
Add table
Add a link
Reference in a new issue