mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0030948: Configuration, CMake - problem building with CMake 3.15.2
Minor corrections in CMake procedures and include statements
This commit is contained in:
@@ -17,12 +17,13 @@
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
|
||||
#include <COMMANDWINDOW.h>
|
||||
#include <Draw_Window.hxx>
|
||||
#include <MAINWINDOW.h>
|
||||
#include <Draw_Appli.hxx>
|
||||
#include <TCollection_AsciiString.hxx>
|
||||
|
||||
#include <MainWindow.h>
|
||||
#include <CommandWindow.h>
|
||||
|
||||
#define CLIENTWND 0
|
||||
|
||||
#define THE_PROMPT L"Command >> "
|
||||
|
@@ -19,8 +19,9 @@
|
||||
#include <windows.h>
|
||||
#include <DrawRessource.h>
|
||||
#include <init.h>
|
||||
#include <MainWindow.h>
|
||||
#include <Draw_Window.hxx>
|
||||
|
||||
#include <MainWindow.h>
|
||||
#include <CommandWindow.h>
|
||||
|
||||
Standard_Boolean Draw_Interprete(const char* command); // Implemented in Draw.cxx
|
||||
|
Reference in New Issue
Block a user