Skip to content

Commit

Permalink
Install omqwt. (#11110)
Browse files Browse the repository at this point in the history
  - It is now built as a shared library. Needs to be installed to be used
    by the targets that depend on it.
  • Loading branch information
mahge committed Aug 31, 2023
1 parent 1c9ed10 commit 010597c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions OMPlot/qwt/src/CMakeLists.txt
Expand Up @@ -255,4 +255,7 @@ set_target_properties(omqwt PROPERTIES
VERSION ${QWT_VERSION}
SOVERSION ${QWT_VER_MAJ}
AUTOMOC ON)

target_compile_definitions(omqwt PRIVATE QWT_MOC_INCLUDE)

install(TARGETS omqwt)

0 comments on commit 010597c

Please sign in to comment.