Removing Solstice & Equinox from Unicorn (forgotten bits).
This commit is contained in:
parent
1f4b9450e5
commit
5879a5b581
|
@ -38,8 +38,8 @@
|
|||
#find_package(KNIK REQUIRED)
|
||||
#find_package(KATABATIC REQUIRED)
|
||||
#find_package(KITE REQUIRED)
|
||||
find_package(EQUINOX REQUIRED)
|
||||
find_package(SOLSTICE REQUIRED)
|
||||
#find_package(EQUINOX REQUIRED)
|
||||
#find_package(SOLSTICE REQUIRED)
|
||||
#find_package(TUTORIAL REQUIRED) # FIXME: make FindTUTORIAL.cmake
|
||||
find_package(Doxygen)
|
||||
|
||||
|
|
|
@ -58,8 +58,8 @@ using namespace CRL;
|
|||
#include "katana/GraphicKatanaEngine.h"
|
||||
#include "etesian/GraphicEtesianEngine.h"
|
||||
#include "katana/GraphicKatanaEngine.h"
|
||||
#include "equinox/GraphicEquinoxEngine.h"
|
||||
#include "solstice/GraphicSolsticeEngine.h"
|
||||
//#include "equinox/GraphicEquinoxEngine.h"
|
||||
//#include "solstice/GraphicSolsticeEngine.h"
|
||||
#include "unicorn/UnicornGui.h"
|
||||
using namespace Unicorn;
|
||||
|
||||
|
|
Loading…
Reference in New Issue