Skip to content

Commit 9467c46

Browse files
authored
Update CMakeLists.txt
1 parent 25d43b6 commit 9467c46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/cli/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
# License, v. 2.0. If a copy of the MPL was not distributed with this
33
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
44

5-
add_executable(lsb_heka_cat lsb_heka_cat)
6-
target_link_libraries(lsb_heka_cat luasandboxutil)
7-
85
set(CMAKE_SKIP_BUILD_RPATH FALSE)
96
set(CMAKE_BUILD_WITH_INSTALL_RPATH FALSE)
107
list( APPEND CMAKE_INSTALL_RPATH "\$ORIGIN/../lib64" )
118

9+
add_executable(lsb_heka_cat lsb_heka_cat)
10+
target_link_libraries(lsb_heka_cat luasandboxutil)
11+
1212
if(LIBM_LIBRARY)
1313
target_link_libraries(lsb_heka_cat ${LIBM_LIBRARY})
1414
endif()

0 commit comments

Comments
 (0)