volcoma/EtherealEngine

need help,Why can`t I finish initialization work

hegaoxiang opened this issue · 1 comments

I am a novice,,
After using

git clone https://github.com/volcoma/EtherealEngine.git
cd EtherealEngine
git submodule init
git submodule update

then
i use cmake and something wrong

OS >>> Windows
COMPILER >>> MSVC
BUILD_SHARED_LIBS >>> OFF
PROJECT_BINARY_DIR >>> C:/Users/12976/source/test/12
CMAKE_CXX_FLAGS >>> /DWIN32 /D_WINDOWS /W3 /GR /EHsc /MP /bigobj /W3
CMAKE_CXX_FLAGS_DEBUG >>> /MDd /Zi /Ob0 /Od /RTC1
CMAKE_CXX_FLAGS_RELEASE >>> /MD /O2 /Ob2 /DNDEBUG
---------3rdparty scanning---------
---------assimp scanning---------
CMake Error at 3rdparty/assimp/CMakeLists.txt:149 (add_subdirectory):
  The source directory

    C:/Users/12976/source/test/EtherealEngine/3rdparty/assimp/assimp

  does not contain a CMakeLists.txt file.


CMake Error at 3rdparty/assimp/CMakeLists.txt:151 (target_include_directories):
  Cannot specify include directories for target "assimp" which is not built
  by this project.


CMake Error at 3rdparty/assimp/CMakeLists.txt:152 (target_include_directories):
  Cannot specify include directories for target "assimp" which is not built
  by this project.


---------assimp finished---------
---------bgfx scanning---------
CMake Warning (dev) at 3rdparty/bgfx/cmake/bgfx.cmake:42 (SET):
  implicitly converting 'INT' to 'STRING' type.
Call Stack (most recent call first):
  3rdparty/bgfx/CMakeLists.txt:47 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Error at 3rdparty/bgfx/cmake/3rdparty/glsl-optimizer.cmake:73 (list):
  list sub-command REMOVE_ITEM requires two or more arguments.
Call Stack (most recent call first):
  3rdparty/bgfx/cmake/tools/shaderc.cmake:14 (include)
  3rdparty/bgfx/cmake/tools.cmake:18 (include)
  3rdparty/bgfx/CMakeLists.txt:50 (include)


---------bgfx finished---------
---------rttr scanning---------
CMake Error at 3rdparty/rttr/CMakeLists.txt:15 (add_subdirectory):
  The source directory

    C:/Users/12976/source/test/EtherealEngine/3rdparty/rttr/rttr

  does not contain a CMakeLists.txt file.


---------rttr finished---------
---------cereal scanning---------
CMake Error at 3rdparty/cereal/CMakeLists.txt:4 (add_subdirectory):
  The source directory

    C:/Users/12976/source/test/EtherealEngine/3rdparty/cereal/cereal

  does not contain a CMakeLists.txt file.


---------cereal finished---------
---------mml scanning---------
---------mml finished---------
---------spdlog scanning---------
CMake Error at 3rdparty/spdlog/CMakeLists.txt:4 (add_subdirectory):
  The source directory

    C:/Users/12976/source/test/EtherealEngine/3rdparty/spdlog/spdlog

  does not contain a CMakeLists.txt file.


---------spdlog finished---------
---------filedialog scanning---------
---------filedialog finished---------
---------imgui scanning---------
---------imgui finished---------
---------glm scanning---------
CMake Error at 3rdparty/glm/CMakeLists.txt:11 (add_subdirectory):
  The source directory

    C:/Users/12976/source/test/EtherealEngine/3rdparty/glm/glm

  does not contain a CMakeLists.txt file.


---------glm finished---------
---------openal scanning---------
CMake Error at 3rdparty/openal/CMakeLists.txt:14 (add_subdirectory):
  The source directory

    C:/Users/12976/source/test/EtherealEngine/3rdparty/openal/openal-soft

  does not contain a CMakeLists.txt file.


CMake Error at 3rdparty/openal/CMakeLists.txt:16 (target_include_directories):
  Cannot specify include directories for target "OpenAL" which is not built
  by this project.


---------openal finished---------
---------stb scanning---------
---------stb finished---------
---------3rdparty finished---------
---------engine scanning---------
---------core scanning---------
---------core finished---------
---------runtime scanning---------
---------runtime finished---------
---------engine finished---------
---------editor scanning---------
---------editor_core scanning---------
---------editor_core finished---------
---------editor_runtime scanning---------
---------editor_runtime finished---------
---------editor finished---------
Configuring incomplete, errors occurred!

i`ve baidu a lot,but i can not find a solution,can u help me for initing your project.
oh,my English is also poor,hh