mirror of
https://github.com/aap/librw.git
synced 2025-12-19 00:49:50 +00:00
cmake: no indentation for closing cmake command parenthesis
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
add_executable(dumprwtree
|
||||
dumprwtree.cpp
|
||||
)
|
||||
dumprwtree.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(dumprwtree
|
||||
PUBLIC
|
||||
librw
|
||||
)
|
||||
)
|
||||
|
||||
if(LIBRW_INSTALL)
|
||||
install(TARGETS dumprwtree
|
||||
RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}"
|
||||
)
|
||||
)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user