mirror of https://github.com/CGAL/cgal
Add a minimal CMakeLists.txt so that the Qt3/ sub-directory is seen by
CMake,
This commit is contained in:
parent
438c689feb
commit
2d24384dc9
|
|
@ -0,0 +1,2 @@
|
|||
cmake_minimum_required(VERSION 2.6)
|
||||
add_subdirectory(Qt3)
|
||||
Loading…
Reference in New Issue