mirror of
https://github.com/andrewchilicki/LumonMDR.git
synced 2025-07-01 18:17:27 -04:00
Init
This commit is contained in:
15
libs/Image/CMakeLists.txt
Normal file
15
libs/Image/CMakeLists.txt
Normal file
@ -0,0 +1,15 @@
|
||||
add_library(Image
|
||||
Image.h
|
||||
ImageDisplay.cpp ImageDisplay.h
|
||||
)
|
||||
|
||||
target_include_directories(Image PUBLIC
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
${CMAKE_SOURCE_DIR}/external/stb
|
||||
)
|
||||
|
||||
target_link_libraries(Image PUBLIC
|
||||
ImGui
|
||||
OpenGL::GL
|
||||
glfw
|
||||
)
|
Reference in New Issue
Block a user