我想将 GeometricRecognizer.cpp 包含到 run.cpp 中,我有适用于 CMake 的解决方案(下文提到),我想将它包含在另一个使用 make 格式的项目中,下面也给出了。如何添加依赖项使用 makefile 的 GeometricRecognizer.cpp ?
制作:
ADD_EXECUTABLE(run run.cpp lib/GeometricRecognizer.cpp)
TARGET_LINK_LIBRARIES(run)
制作 :
INCS_GTK=-I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0
INCS=-I/usr/include/freetype2 -I/usr/include/mysql -Iframeworks ${INCS_GTK}
LDLIBS=-lconfig++ -lcxcore -lcv -lGL -lGLU -lglut