diff options
| author | Silarn <jrim@rimpo.org> | 2018-04-03 14:59:04 -0500 |
|---|---|---|
| committer | Silarn <jrim@rimpo.org> | 2018-04-03 14:59:04 -0500 |
| commit | dcbcb29ec733801025556d294b90c9b8061a31e5 (patch) | |
| tree | 8e36810b7d07279069ac5a2930e5beed7951d7f7 /CMakeLists.txt | |
| parent | 92e3fa2fdd026811d646fa4126551616a468302e (diff) | |
Update to allow linking to updated bsatk
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9c6351f7..b63e8b81 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,6 +8,7 @@ set_property(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}" PROPERTY VS_STARTUP_PROJECT SET(DEPENDENCIES_DIR CACHE PATH "") # hint to find qt in dependencies path LIST(APPEND CMAKE_PREFIX_PATH ${QT_ROOT}/lib/cmake) +LIST(APPEND CMAKE_PREFIX_PATH ${LZ4_ROOT}/dll) FILE(GLOB_RECURSE BOOST_ROOT ${DEPENDENCIES_DIR}/boost*/project-config.jam) GET_FILENAME_COMPONENT(BOOST_ROOT ${BOOST_ROOT} DIRECTORY) |
