mirror of
https://github.com/devZoGok/gameBase.git
synced 2026-08-26 19:43:28 +00:00
updated GLFW link dir
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ set(LIB_NAME gameBase)
|
||||
add_library(${LIB_NAME} STATIC ${states} ${core} ${util})
|
||||
|
||||
set(GLFW_DIR external/glfw)
|
||||
set(GLFW_LIB_DIR ../vb01/build/external/glfw/src)
|
||||
set(GLFW_LIB_DIR build/external/glfw/src)
|
||||
target_include_directories(${LIB_NAME} PUBLIC ${GLFW_DIR}/include/GLFW)
|
||||
target_link_directories(${LIB_NAME} PUBLIC ${GLFW_LIB_DIR})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user