[nfde] Update deprecated function and make library an object library
This commit is contained in:
2
deps/nfde/src/CMakeLists.txt
vendored
2
deps/nfde/src/CMakeLists.txt
vendored
@ -31,7 +31,7 @@ if(nfd_PLATFORM STREQUAL PLATFORM_MACOS)
|
||||
endif()
|
||||
|
||||
# Define the library
|
||||
add_library(${TARGET_NAME} STATIC
|
||||
add_library(${TARGET_NAME} OBJECT
|
||||
${SOURCE_FILES})
|
||||
|
||||
# Allow includes from include/
|
||||
|
Reference in New Issue
Block a user