diff --git a/lib/Ray/.gitignore b/lib/Ray/.gitignore index d1638636..c4ec047b 100644 --- a/lib/Ray/.gitignore +++ b/lib/Ray/.gitignore @@ -1 +1,2 @@ -build/ \ No newline at end of file +build/ +docs/ \ No newline at end of file diff --git a/lib/Ray/CMakeLists.txt b/lib/Ray/CMakeLists.txt index a039498b..82504a17 100644 --- a/lib/Ray/CMakeLists.txt +++ b/lib/Ray/CMakeLists.txt @@ -87,5 +87,6 @@ set(SRC sources/Window.cpp ) +find_package(raylib REQUIRED) add_library(${LIB_NAME} STATIC ${SRC} ${HEADERS}) target_link_libraries(${LIB_NAME} raylib)