mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Look for libcef.so in current working directory
This commit is contained in:
@@ -316,6 +316,8 @@ IF (CMAKE_SYSTEM_NAME MATCHES "Windows")
|
||||
ENDIF ()
|
||||
|
||||
IF (CMAKE_COMPILER_IS_GNUCXX)
|
||||
set (CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_RPATH};.")
|
||||
set (CMAKE_BUILD_WITH_INSTALL_RPATH ON)
|
||||
set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -O3 -std=c++14")
|
||||
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O3 -std=c++14")
|
||||
IF (PROJECT_STATIC_RUNTIME)
|
||||
|
||||
Reference in New Issue
Block a user