mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
when cmake is told SERVER_ONLY, still build server-side plugins
This commit is contained in:
parent
5485b3ee13
commit
4e308914b2
1 changed files with 0 additions and 9 deletions
|
@ -33,12 +33,3 @@ set(DIR "pcmCodec")
|
|||
add_subdirectory(${DIR})
|
||||
set(DIR "hifiCodec")
|
||||
add_subdirectory(${DIR})
|
||||
|
||||
|
||||
# foreach(DIR ${PLUGIN_SUBDIRS})
|
||||
# if(IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/${DIR}")
|
||||
# add_subdirectory(${DIR})
|
||||
# message("XXXXXXXXXXXXXXXXX" ${DIR})
|
||||
# endif()
|
||||
# endforeach()
|
||||
|
||||
|
|
Loading…
Reference in a new issue