Commit 8593c4e8 authored by Guillaume Lozenguez's avatar Guillaume Lozenguez

wip

parent 3aac5b13
...@@ -11,7 +11,7 @@ set(CMAKE_CXX_FLAGS_RELEASE_INIT "-Wall") ...@@ -11,7 +11,7 @@ set(CMAKE_CXX_FLAGS_RELEASE_INIT "-Wall")
include_directories(${PROJECT_SOURCE_DIR} ${PROJECT_SOURCE_DIR}/src) include_directories(${PROJECT_SOURCE_DIR} ${PROJECT_SOURCE_DIR}/src)
# RayLib: # RayLib:
find_package(raylib 3.0 REQUIRED) find_package(raylib 2.6 REQUIRED)
#set(raylib_VERBOSE 1) #set(raylib_VERBOSE 1)
add_executable(nw-hello src/main-hello.c) add_executable(nw-hello src/main-hello.c)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment