1 2 3 4 5 6 7 8 9 10
# -*- cmake -*- include(Prebuilt) add_library(ll::glext INTERFACE IMPORTED) #use_system_binary(glext) if (WINDOWS) use_prebuilt_binary(glext) endif ()