Skip to content

Commit

Permalink
compile plugin as module
Browse files Browse the repository at this point in the history
  • Loading branch information
zerotacg committed Aug 28, 2024
1 parent 27d31ee commit ab65885
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
8 changes: 1 addition & 7 deletions nel/tools/3d/object_viewer_widget/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,7 @@ QT5_WRAP_CPP(OBJECT_VIEWER_WIDGET_MOC_SRCS ${OBJECT_VIEWER_WIDGET_HDR})

SOURCE_GROUP(QtGeneratedMocSrc FILES ${OBJECT_VIEWER_WIDGET_MOC_SRCS})

IF(WITH_STATIC)
SET(TYPE STATIC)
ELSE()
SET(TYPE MODULE)
ENDIF()

ADD_LIBRARY(object_viewer_widget_qt ${TYPE}
ADD_LIBRARY(object_viewer_widget_qt MODULE
${OBJECT_VIEWER_WIDGET_SRC}
${OBJECT_VIEWER_WIDGET_MOC_SRCS})

Expand Down
1 change: 1 addition & 0 deletions snowballs2/client/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ INSTALL(DIRECTORY data/
COMPONENT snowballsdata
PATTERN "CVS" EXCLUDE
PATTERN ".svn" EXCLUDE
PATTERN ".gitkeep" EXCLUDE
PATTERN "Makefile*" EXCLUDE)
Empty file added snowballs2/client/data/.gitkeep
Empty file.

0 comments on commit ab65885

Please sign in to comment.