mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Don't specify build config for CEF.
Let CMake figure that out itself.
This commit is contained in:
+2
-2
@@ -220,9 +220,9 @@ include_directories ("${CMAKE_SOURCE_DIR}/src"
|
||||
link_directories ("${LIBLOADORDER_ROOT}/build"
|
||||
"${LIBLOADORDER_ROOT}/build/${PROJECT_ARCH}"
|
||||
"${LIBGIT2_ROOT}/build"
|
||||
"${CEF_ROOT}/Release"
|
||||
"${CEF_ROOT}/build/libcef_dll/Release")
|
||||
"${LIBGIT2_ROOT}/build/${PROJECT_ARCH}"
|
||||
"${CEF_ROOT}"
|
||||
"${CEF_ROOT}/build/libcef_dll")
|
||||
|
||||
|
||||
##############################
|
||||
|
||||
Reference in New Issue
Block a user