mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2025-01-19 22:22:00 +00:00
9bc219ee14
About Shared Library (shared) and Module Library (module) type of cmake target INSTALL command has different behaviour for ARCHIVE LIBRARY RUNTIME depending on the platform
11 lines
212 B
CMake
11 lines
212 B
CMake
ADD_SUBDIRECTORY(font)
|
|
ADD_SUBDIRECTORY(cluster_viewer)
|
|
ADD_SUBDIRECTORY(shape_viewer)
|
|
|
|
IF(WITH_NEL_CEGUI)
|
|
ADD_SUBDIRECTORY(cegui)
|
|
ENDIF(WITH_NEL_CEGUI)
|
|
|
|
#IF(WITH_QT)
|
|
# ADD_SUBDIRECTORY(qtnel)
|
|
#ENDIF(WITH_QT)
|