We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db290a5 commit 1d08509Copy full SHA for 1d08509
native/CMakeLists.txt
@@ -239,8 +239,7 @@ if(OS_LINUX)
239
add_library(${JCEF_TARGET} SHARED ${JCEF_SRCS})
240
SET_LIBRARY_TARGET_PROPERTIES(${JCEF_TARGET})
241
add_dependencies(${JCEF_TARGET} libcef_dll_wrapper ${JCEF_HELPER_TARGET})
242
- target_link_libraries(${JCEF_TARGET} libcef_lib libcef_dll_wrapper ${CEF_STANDARD_LIBS} ${JNI_LIBRARIES}
243
- d3d11 dxgi dxguid)
+ target_link_libraries(${JCEF_TARGET} libcef_lib libcef_dll_wrapper ${CEF_STANDARD_LIBS} ${JNI_LIBRARIES})
244
target_include_directories(${JCEF_TARGET} PUBLIC ${JNI_INCLUDE_DIRS})
245
246
# Compile flags specific to the JCEF library target.
0 commit comments