updated project
This commit is contained in:
parent
0ec4ac7cd0
commit
ebbfacecba
|
@ -1,8 +1,2 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<module type="CPP_MODULE" version="4">
|
<module classpath="CMake" type="CPP_MODULE" version="4" />
|
||||||
<component name="NewModuleRootManager">
|
|
||||||
<content url="file://$MODULE_DIR$" />
|
|
||||||
<orderEntry type="inheritedJdk" />
|
|
||||||
<orderEntry type="sourceFolder" forTests="false" />
|
|
||||||
</component>
|
|
||||||
</module>
|
|
|
@ -1,28 +0,0 @@
|
||||||
# cmake_minimum_required(VERSION <specify CMake version here>)
|
|
||||||
project(src)
|
|
||||||
|
|
||||||
set(CMAKE_CXX_STANDARD 14)
|
|
||||||
|
|
||||||
include_directories(Engine/exceptions)
|
|
||||||
include_directories(Engine/exceptions/shaders)
|
|
||||||
include_directories(Engine/images)
|
|
||||||
include_directories(Engine/mesh)
|
|
||||||
include_directories(Engine/shaders)
|
|
||||||
include_directories(Engine/textures)
|
|
||||||
include_directories(Engine/util)
|
|
||||||
|
|
||||||
add_executable(src
|
|
||||||
Engine/exceptions/shaders/CreateProgramException.h
|
|
||||||
Engine/exceptions/shaders/ShaderCompileException.h
|
|
||||||
Engine/exceptions/IOException.h
|
|
||||||
Engine/images/awesomeface.png
|
|
||||||
Engine/images/container.jpg
|
|
||||||
Engine/images/wall.jpg
|
|
||||||
Engine/mesh/mesh.h
|
|
||||||
Engine/shaders/Enums.h
|
|
||||||
Engine/shaders/Shader.cpp
|
|
||||||
Engine/shaders/Shader.h
|
|
||||||
Engine/textures/Texture2D.h
|
|
||||||
Engine/util/stb_image.cpp
|
|
||||||
Engine/util/stb_image.h
|
|
||||||
Engine/main.cpp)
|
|
Loading…
Reference in New Issue
Block a user