Skip to content

Commit b6845b4

Browse files
committed
improve build
1 parent cffa69a commit b6845b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ add_executable(exe main.c)
1414
set_property(TARGET exe PROPERTY OUTPUT_NAME linuxflip)
1515
target_compile_definitions(exe PRIVATE LINUXFLIP_VERSION=${PROJECT_VERSION})
1616
target_link_libraries(exe linuxflip)
17+
18+
install(TARGETS exe)

0 commit comments

Comments
 (0)