"progress"
This commit is contained in:
9
cmake/targets/linux.cmake
Normal file
9
cmake/targets/linux.cmake
Normal file
@@ -0,0 +1,9 @@
|
||||
find_package(SDL2 REQUIRED)
|
||||
find_package(OpenGL REQUIRED)
|
||||
target_link_libraries(${DUSK_LIBRARY_TARGET_NAME} PUBLIC
|
||||
SDL2
|
||||
pthread
|
||||
OpenGL::GL
|
||||
GL
|
||||
m
|
||||
)
|
||||
Reference in New Issue
Block a user