Skip to content
Snippets Groups Projects
Commit cc111afa authored by BATON Theau's avatar BATON Theau
Browse files

Add Window class

parent 99fcf965
No related branches found
No related tags found
No related merge requests found
Showing
with 8 additions and 6 deletions
......@@ -17,5 +17,3 @@ include/*
library/*
vcpkg_installed/*
old/*
\ No newline at end of file
assets/textures/*
\ No newline at end of file
......@@ -24,7 +24,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
if(WIN32)
option(CMAKE_TOOLCHAIN_FILE "C:/vcpkg/vcpkg/scripts/buildsystems/vcpkg.cmake")
elseif(UNIX)
option(CMAKE_TOOLCHAIN_FILE "/usr/local/share/vcpkg/scripts/buildsystems/vcpkg.cmake")
#option(CMAKE_TOOLCHAIN_FILE "/amuhome/b20017738/Bureau/vcpkg/scripts/buildsystems/vcpkg.cmake")
endif()
#==============================================================
......@@ -35,8 +35,8 @@ set(SOURCES ${CMAKE_SOURCE_DIR}/source/)
set(LIBRARY ${CMAKE_SOURCE_DIR}/library/)
set(INCLUDE ${CMAKE_SOURCE_DIR}/include/)
set(VCPK_INCLUDE ${CMAKE_SOURCE_DIR}/vcpkg_installed/*/include)
set(VCPK_INCLUDE ${CMAKE_SOURCE_DIR}/vcpkg_installed/*/lib)
set(VCPKG_INCLUDE ${CMAKE_SOURCE_DIR}/vcpkg_installed/*/include)
set(VCPKG_LIB ${CMAKE_SOURCE_DIR}/vcpkg_installed/*/lib)
#==============================================================
# Build
......@@ -59,6 +59,10 @@ set_property(TARGET ${CURRENT_TARGET} PROPERTY RUNTIME_OUTPUT_DIRECTORY $<1:${CM
target_include_directories(${CURRENT_TARGET} PRIVATE ${INCLUDE})
#list(APPEND CMAKE_PREFIX_PATH "/amuhome/b20017738/Bureau/vcpkg/packages/glew_x64-linux")
#list(APPEND CMAKE_PREFIX_PATH "/amuhome/b20017738/Bureau/vcpkg/packages/glm_x64-linux")
#list(APPEND CMAKE_PREFIX_PATH "/amuhome/b20017738/Bureau/vcpkg/packages/imgui_x64-linux")
find_package(glfw3 REQUIRED)
find_package(GLEW REQUIRED)
find_package(glm CONFIG REQUIRED)
......
assets/textures/Cube_Amber.png

1.79 KiB

assets/textures/Cube_Blue.png

314 B

assets/textures/Cube_Brown.png

314 B

assets/textures/Cube_Cyan.png

314 B

assets/textures/Cube_Dark_Green.png

314 B

assets/textures/Cube_Grass.png

775 B

assets/textures/Cube_Gray.png

314 B

assets/textures/Cube_Grayy.png

1 KiB

assets/textures/Cube_Green.png

314 B

assets/textures/Cube_Greeny.png

1.43 KiB

assets/textures/Cube_Inverted.png

314 B

assets/textures/Cube_Inverted_2.png

314 B

assets/textures/Cube_Magenta.png

314 B

assets/textures/Cube_Orange.png

314 B

assets/textures/Cube_Pink.png

314 B

assets/textures/Cube_Purple.png

314 B

assets/textures/Cube_Red.png

314 B

assets/textures/Cube_Redy.png

1.17 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment