Started thedmd/imgui-node-editor integration
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
|
||||
set(_gl3w_Sources
|
||||
Include/GL/gl3w.h
|
||||
Include/GL/glcorearb.h
|
||||
Source/gl3w.c
|
||||
)
|
||||
|
||||
source_group("" FILES ${_gl3w_Sources})
|
||||
|
||||
add_library(gl3w STATIC ${_gl3w_Sources})
|
||||
|
||||
target_include_directories(gl3w PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/Include)
|
||||
|
||||
if (UNIX AND (NOT APPLE))
|
||||
# Linux: GL is required to pull glXGetProcAddress
|
||||
target_link_libraries(gl3w PRIVATE GL dl)
|
||||
endif()
|
||||
|
||||
set_property(TARGET gl3w PROPERTY FOLDER "external")
|
||||
+1234
File diff suppressed because it is too large
Load Diff
+4533
File diff suppressed because it is too large
Load Diff
+1344
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user