Skip to content

Commit

Permalink
bcc-lua: Add Install target
Browse files Browse the repository at this point in the history
  • Loading branch information
vmg committed Apr 4, 2016
1 parent 51d5069 commit 2c34e00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lua/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ if (LUAJIT_LIBRARIES)
include_directories(${LUAJIT_INCLUDE_DIR})
add_executable(bcc-lua src/main.c src/bcc.o)
target_link_libraries(bcc-lua ${LUAJIT_LIBRARIES})

install(TARGETS bcc-lua RUNTIME DESTINATION bin)
endif()

0 comments on commit 2c34e00

Please sign in to comment.