File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,16 +30,9 @@ set(plot_hdrs
3030 )
3131list (APPEND ${lib_name} _libsrcs ${plot_hdrs} )
3232#######################################
33- if (DEFINED WX_SOURCE)
34- message (STATUS "WX_SOURCE: ${WX_SOURCE} " ) # passed-in via externpro
35- endif ()
36- #######################################
3733add_library (${lib_name} STATIC ${${lib_name} _libsrcs} )
3834target_include_directories (${lib_name} PUBLIC $<INSTALL_INTERFACE :${CMAKE_INSTALL_INCLUDEDIR} >
3935 $<BUILD_INTERFACE :${CMAKE_CURRENT_SOURCE_DIR } /../include >
40- PRIVATE
41- # wxplotctrl plotdraw.cpp needs to include wx/gtk/dcclient.h when building against gtk2
42- ${WX_SOURCE} /include # TODO should be removed when building against gtk2 becomes obsolete
4336 )
4437target_link_libraries (${lib_name} PUBLIC things )
4538list (TRANSFORM WXX_OUTPUT_NAME REPLACE "@TARGET@" "${lib_name} " )
You can’t perform that action at this time.
0 commit comments