mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-06-07 03:25:10 +00:00
fix cmakelist
This commit is contained in:
+2
-1
@@ -1 +1,2 @@
|
||||
build/
|
||||
build/
|
||||
docs/
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user