Skip to content

Commit

Permalink
BLUGA-GRAPHICS: Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Saverio976 committed Nov 1, 2023
1 parent 88ef27e commit 346caee
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions libs/B-luga-graphics/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,6 @@ include(ExternalProject)

include(FetchContent)

FetchContent_Declare(
raylib
CMAKE_ARGS "-DCMAKE_BUILD_TYPE=Release" "-DCMAKE_CONFIGURATION_TYPES=\"Release;Release\"" "-DCONFIG=Release"
URL "https://github.com/X-R-G-B/R-Bus/releases/latest/download/raylib.tar"
DOWNLOAD_NO_PROGRESS FALSE
DOWNLOAD_EXTRACT_TIMESTAMP TRUE
)

FetchContent_MakeAvailable(raylib)

target_link_libraries(
${PROJECT_NAME}
PRIVATE
raylib
)

FetchContent_Declare(
b-luga
URL "https://github.com/X-R-G-B/B-luga/releases/latest/download/b-luga.tar"
Expand All @@ -54,6 +38,22 @@ FetchContent_MakeAvailable(b-luga-graphics)

target_link_libraries(${PROJECT_NAME} PRIVATE b-luga-graphics)

FetchContent_Declare(
raylib
CMAKE_ARGS "-DCMAKE_BUILD_TYPE=Release" "-DCMAKE_CONFIGURATION_TYPES=\"Release;Release\"" "-DCONFIG=Release"
URL "https://github.com/X-R-G-B/R-Bus/releases/latest/download/raylib.tar"
DOWNLOAD_NO_PROGRESS FALSE
DOWNLOAD_EXTRACT_TIMESTAMP TRUE
)

FetchContent_MakeAvailable(raylib)

target_link_libraries(
${PROJECT_NAME}
PRIVATE
raylib
)

# ------------------------------
# ------------------------------
# ------------------------------
Expand Down

0 comments on commit 346caee

Please sign in to comment.