include in public
parent
1740619dc0
commit
25e0d0a846
|
@ -48,6 +48,7 @@ add_library(BLT_WITH_GRAPHICS ${PROJECT_BUILD_FILES} ${IMGUI_SOURCE_FILES})
|
|||
|
||||
target_link_libraries(BLT_WITH_GRAPHICS PUBLIC BLT)
|
||||
target_link_libraries(BLT_WITH_GRAPHICS PUBLIC freetype)
|
||||
target_include_directories(BLT_WITH_GRAPHICS PUBLIC include/)
|
||||
|
||||
if (${ENABLE_ADDRSAN} MATCHES ON)
|
||||
target_compile_options(BLT_WITH_GRAPHICS PRIVATE -fsanitize=address)
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 60ec2051d8422716e1d6fb8354c129731106f7ad
|
||||
Subproject commit a4f0b1e3d43efba95aa0f8ec0cbce8041ec818fe
|
Loading…
Reference in New Issue