Skip to content

Commit

Permalink
Example 1 building and running
Browse files Browse the repository at this point in the history
  • Loading branch information
PaoloOranges committed Dec 6, 2016
1 parent b0d29e0 commit 1dee60d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3,698 deletions.
5 changes: 3 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,12 @@ set(GLFW_INSTALL OFF)
# set GLUS variables
set(ENV_DIR ${Processor}/${OperatingSystem}/${Compiler})
set(EXTERNAL_INCLUDE_DIR ${CMAKE_SOURCE_DIR}/External/${ENV_DIR}/include)
set(EXTERNAL_LIB_DIR ${CMAKE_SOURCE_DIR}/External/${ENV_DIR}/lib)

set(GLFW_INCLUDE_DIR ${CMAKE_SOURCE_DIR}/GLFW/include)

include_directories(${EXTERNAL_INCLUDE_DIR})
link_directories(${LIBRARY_OUTPUT_PATH})
include_directories(${GLFW_INCLUDE_DIR} ${EXTERNAL_INCLUDE_DIR})
link_directories(${EXTERNAL_LIB_DIR} ${LIBRARY_OUTPUT_PATH})

add_subdirectory(GLUS)
add_subdirectory(GLFW)
Expand Down
Loading

0 comments on commit 1dee60d

Please sign in to comment.