Skip to content

Commit

Permalink
install all lci executables
Browse files Browse the repository at this point in the history
  • Loading branch information
JiakunYan committed Oct 26, 2023
1 parent 6cdc906 commit 106e487
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake_modules/AddLCI.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ function(add_lci_executable name)
PROPERTIES C_STANDARD 99
C_EXTENSIONS ON
CXX_STANDARD 11)
set_target_properties(${name} PROPERTIES OUTPUT_NAME "lci_${name}" )
install(TARGETS ${name} RUNTIME)
endfunction()

function(add_lci_test name)
Expand Down

0 comments on commit 106e487

Please sign in to comment.