mirror of https://github.com/CGAL/cgal
forgot to include from cwd
This commit is contained in:
parent
2d17f7187f
commit
7abd079c46
|
|
@ -10,6 +10,8 @@ find_package(CGAL REQUIRED Qt3 )
|
|||
|
||||
include( ${CGAL_USE_FILE} )
|
||||
|
||||
include_directories (BEFORE ./include)
|
||||
|
||||
# use the Qt MOC preprocessor on classes that derives from QObject
|
||||
include( Qt3Macros )
|
||||
qt3_generate_moc( apollonius_graph_2.cpp apollonius_graph_2.moc )
|
||||
|
|
|
|||
Loading…
Reference in New Issue