Skip to content

Commit

Permalink
gui: Fix relative path to the UI files needed by stlink-gui-local (#771)
Browse files Browse the repository at this point in the history
  • Loading branch information
p12tic authored and xor-gate committed Feb 16, 2019
1 parent 3295ab4 commit 1165cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/gui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include_directories(SYSTEM ${gtk_INCLUDE_DIRS})

add_executable(stlink-gui-local ${GUI_SOURCES})
set_target_properties(stlink-gui-local PROPERTIES
COMPILE_DEFINITIONS STLINK_UI_DIR="${CMAKE_CURRENT_SOURCE_DIR}/gui")
COMPILE_DEFINITIONS STLINK_UI_DIR="${CMAKE_CURRENT_SOURCE_DIR}")
target_link_libraries(stlink-gui-local ${STLINK_LIB_STATIC} ${gtk_LDFLAGS})


Expand Down

0 comments on commit 1165cf7

Please sign in to comment.