Skip to content

Commit

Permalink
Remove libgui linking from devue_core
Browse files Browse the repository at this point in the history
- link to GLAD
  • Loading branch information
dvsku committed Jun 6, 2024
1 parent 11c2c3f commit a80c518
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions source/devue_app/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ TARGET_INCLUDE_DIRECTORIES(devue PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}/src")
TARGET_LINK_OPTIONS(devue PRIVATE "/SUBSYSTEM:WINDOWS")

TARGET_LINK_LIBRARIES(devue devue_core)
TARGET_LINK_LIBRARIES(devue libgui_opengl3)
TARGET_LINK_LIBRARIES(devue comctl32.lib)
TARGET_LINK_LIBRARIES(devue propsys.lib)
TARGET_LINK_LIBRARIES(devue shlwapi.lib)
3 changes: 2 additions & 1 deletion source/devue_core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ TARGET_INCLUDE_DIRECTORIES(devue_core PUBLIC "${DEVUE_PLUGIN_CORE_INCLUDES}")
TARGET_INCLUDE_DIRECTORIES(devue_core PUBLIC "${DEVUE_LIBRARIES_DIR}")
TARGET_INCLUDE_DIRECTORIES(devue_core PUBLIC "${DEVUE_LIBRARIES_DIR}/glm/include")

TARGET_LINK_LIBRARIES(devue_core PUBLIC libgui_opengl3)
TARGET_LINK_LIBRARIES(devue_core PUBLIC libglad)
TARGET_LINK_LIBRARIES(devue_core PUBLIC libutil)
TARGET_LINK_LIBRARIES(devue_core PUBLIC resources)

0 comments on commit a80c518

Please sign in to comment.