Skip to content

Commit 8eaa83b

Browse files
committed
Switch to static alice version
1 parent 9e8b543 commit 8eaa83b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CMakeLists.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ IF ( UNIX )
6767
include( FindAlice )
6868
find_package ( Alice REQUIRED )
6969

70-
include_directories( ${Boost_INCLUDE_DIRS} ${ALICE_INCLUDE_DIR} )
70+
include_directories( ${Boost_INCLUDE_DIRS} ${ALICE_INCLUDE_DIR} /usr/local/include )
71+
link_directories( /usr/local/lib )
7172
ELSE ( UNIX )
7273
# Boost headers / librarys
7374
IF ( EXISTS ${CMAKE_SOURCE_DIR}/deps/boost-1.55.0 )
@@ -115,6 +116,7 @@ TARGET_LINK_LIBRARIES ( alice-devkit
115116
${ALICE_LIBRARIES}
116117
${Boost_LIBRARIES}
117118
protobuf
119+
snappy
118120
)
119121

120122
IF ( UNIX )

0 commit comments

Comments
 (0)