X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=samples%2FSampleInsertWxBlackBoxInOwnFrame%2FCMakeLists.txt;h=6eed45feac406030f26cb4ccbe21fab1837185f0;hb=893cff74b10b6e9271e480491ae485ae69f5816e;hp=7b8e1b9735db3662b59db6cd2ef4a1f65e0a1e9d;hpb=8586e5e054283f8f7b22dd17b12e2d6b8338df62;p=bbtk.git diff --git a/samples/SampleInsertWxBlackBoxInOwnFrame/CMakeLists.txt b/samples/SampleInsertWxBlackBoxInOwnFrame/CMakeLists.txt index 7b8e1b9..6eed45f 100644 --- a/samples/SampleInsertWxBlackBoxInOwnFrame/CMakeLists.txt +++ b/samples/SampleInsertWxBlackBoxInOwnFrame/CMakeLists.txt @@ -22,4 +22,4 @@ IF(WIN32) SET_TARGET_PROPERTIES(${SAMPLE} PROPERTIES LINK_FLAGS /subsystem:console ) ENDIF(WIN32) # Link against bbwx -TARGET_LINK_LIBRARIES(${SAMPLE} ${bbwx_LIBRARIES} ${BBTK_LIBRARIES} ${WXWIDGETS_LIBRARIES}) +TARGET_LINK_LIBRARIES(${SAMPLE} ${BBTK_LIBRARIES} ${bbwx_LIBRARIES} ${WXWIDGETS_LIBRARIES})