You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# this exports two variables, BOOST_INCLUDE, and BOOST_LIBRARYadd_subdirectory(Boost-for-Android)
include_directories(${BOOST_INCLUDE})
add_library(GLIS STATIC shm.cpp ashmem.cpp)
# link with BOOSTtarget_link_libraries(GLIS log freetype glm EGL GLESv3 WinKernel ${BOOST_LIBRARY})
something like this would work
The text was updated successfully, but these errors were encountered: