Moved build stuff to docker
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
# https://opensource.org/licenses/MIT
|
||||
|
||||
include(FetchContent)
|
||||
|
||||
FetchContent_Declare(
|
||||
cglm
|
||||
GIT_REPOSITORY https://git.wish.moe/YourWishes/cglm.git
|
||||
# GIT_REPOSITORY https://git.wish.moe/YourWishes/cglm.git
|
||||
GIT_REPOSITORY https://github.com/recp/cglm.git
|
||||
GIT_TAG v0.9.6
|
||||
)
|
||||
|
||||
|
||||
@@ -1,9 +1,13 @@
|
||||
# Find link platform-specific libraries
|
||||
find_package(SDL2 REQUIRED)
|
||||
find_package(OpenGL REQUIRED)
|
||||
|
||||
target_link_libraries(${DUSK_LIBRARY_TARGET_NAME} PUBLIC
|
||||
SDL2
|
||||
pthread
|
||||
OpenGL::GL
|
||||
GL
|
||||
m
|
||||
)
|
||||
)
|
||||
|
||||
# TEST
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
include(./dolphin.cmake)
|
||||
Reference in New Issue
Block a user