CMake: add library deps to CMakeLists.txt
Tested to work on Linux and macOS. This will be enabled once all platforms are verified. See D4684
This commit is contained in:
@@ -52,6 +52,9 @@ set(SRC
|
||||
)
|
||||
|
||||
set(LIB
|
||||
bf_blenkernel
|
||||
bf_blenlib
|
||||
bf_python_mathutils
|
||||
)
|
||||
|
||||
if(WITH_FREESTYLE)
|
||||
|
@@ -51,6 +51,7 @@ set(SRC
|
||||
)
|
||||
|
||||
set(LIB
|
||||
${GLEW_LIBRARY}
|
||||
)
|
||||
|
||||
add_definitions(${GL_DEFINITIONS})
|
||||
|
@@ -118,6 +118,9 @@ set(SRC
|
||||
)
|
||||
|
||||
set(LIB
|
||||
bf_editor_interface
|
||||
bf_editor_space_api
|
||||
bf_python_gpu
|
||||
)
|
||||
|
||||
# only to check if buildinfo is available
|
||||
|
@@ -56,6 +56,8 @@ set(SRC
|
||||
)
|
||||
|
||||
set(LIB
|
||||
bf_blenlib
|
||||
bf_python_ext
|
||||
)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user