Remove debug from CMakeLists
This commit is contained in:
parent
0c26293f12
commit
e28e7bf111
|
@ -25,4 +25,3 @@ file(
|
||||||
${PROJECT_BINARY_DIR} )
|
${PROJECT_BINARY_DIR} )
|
||||||
add_executable( fc2d src/main.cpp src/graphics.cpp src/modelpart.cpp src/cv.cpp )
|
add_executable( fc2d src/main.cpp src/graphics.cpp src/modelpart.cpp src/cv.cpp )
|
||||||
target_link_libraries( fc2d ${OpenCV_LIBS} ${OPENGL_LIBRARIES} FreeGLUT::freeglut GLEW::glew )
|
target_link_libraries( fc2d ${OpenCV_LIBS} ${OPENGL_LIBRARIES} FreeGLUT::freeglut GLEW::glew )
|
||||||
set( CMAKE_BUILD_TYPE Debug )
|
|
||||||
|
|
Loading…
Reference in a new issue