This commit contains all changes, except those in indra/media_plugins (which was renamed to indra/plugins) and indra/llplugin. However, it does contain the (new) file indra/plugins/filepicker/basic_plugin_filepicker.cpp
9 lines
152 B
CMake
9 lines
152 B
CMake
# -*- cmake -*-
|
|
|
|
|
|
set(BASIC_PLUGIN_BASE_INCLUDE_DIRS
|
|
${LIBS_OPEN_DIR}/plugins/base_basic/
|
|
)
|
|
|
|
set(BASIC_PLUGIN_BASE_LIBRARIES basic_plugin_base)
|