mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
fix net/endian.hpp
This commit is contained in:
parent
7f8a352783
commit
93e22a984d
10 changed files with 651 additions and 10 deletions
6
tools/files/CMakeLists.txt
Normal file
6
tools/files/CMakeLists.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
add_executable( tools_files_filegraph filegraph.cpp )
|
||||
set_target_properties( tools_files_filegraph PROPERTIES OUTPUT_NAME "filegraph" )
|
||||
install( TARGETS tools_files_filegraph
|
||||
RUNTIME DESTINATION bin
|
||||
LIBRARY DESTINATION lib
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue