diff options
| author | Xusheng <xusheng@vector35.com> | 2020-11-06 14:08:40 +0800 |
|---|---|---|
| committer | Xusheng <xusheng@vector35.com> | 2020-11-06 17:02:20 +0800 |
| commit | 7f7244419b3776f69ad2140995299eef3f6a3257 (patch) | |
| tree | c0f1221ac4edbb9341504911d6a6bee28354de14 /examples/breakpoint | |
| parent | 0d28293999682389b0eb09128dba99b2723a6efb (diff) | |
fix UI plugin build and update build instructions
Diffstat (limited to 'examples/breakpoint')
| -rw-r--r-- | examples/breakpoint/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/breakpoint/CMakeLists.txt b/examples/breakpoint/CMakeLists.txt index 8b57660d..0ec4cb0d 100644 --- a/examples/breakpoint/CMakeLists.txt +++ b/examples/breakpoint/CMakeLists.txt @@ -14,6 +14,6 @@ set_target_properties(${PROJECT_NAME} PROPERTIES CXX_STANDARD_REQUIRED ON VISIBILITY_INLINES_HIDDEN ON POSITION_INDEPENDENT_CODE ON - LIBRARY_OUTPUT_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/../../bin) + LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/out/bin) bn_install_plugin(${PROJECT_NAME}) |
