mirror of
https://github.com/aap/librw.git
synced 2025-12-19 00:49:50 +00:00
Add cmake config file
Big thanks for @madebr who made all work
This commit is contained in:
14
tools/dumprwtree/CMakeLists.txt
Normal file
14
tools/dumprwtree/CMakeLists.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
add_executable(dumprwtree
|
||||
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