Skip to content

Commit

Permalink
Link on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ahamez committed Nov 7, 2014
1 parent da87142 commit c188283
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pnmc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ set(SOURCES
)

add_executable(pnmc ${SOURCES})
target_link_libraries(pnmc ${Boost_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT} ${ZLIB_LIBRARIES} shared)
target_link_libraries(pnmc shared ${Boost_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT} ${ZLIB_LIBRARIES})
install(TARGETS pnmc DESTINATION bin)
2 changes: 1 addition & 1 deletion translator/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ set(SOURCES
)

add_executable(translator ${SOURCES})
target_link_libraries(translator ${Boost_LIBRARIES} ${ZLIB_LIBRARIES} shared)
target_link_libraries(translator shared ${Boost_LIBRARIES} ${ZLIB_LIBRARIES})

0 comments on commit c188283

Please sign in to comment.