Add oxfstool install instructions for cmake
This commit is contained in:
@@ -9,6 +9,7 @@ add_executable(
|
||||
oxfstool
|
||||
oxfstool.cpp
|
||||
)
|
||||
set_target_properties(oxfstool PROPERTIES OUTPUT_NAME oxfs)
|
||||
target_link_libraries(oxfstool OxFS OxStd)
|
||||
|
||||
install(
|
||||
@@ -20,4 +21,8 @@ install(
|
||||
include/ox/fs
|
||||
)
|
||||
|
||||
install(TARGETS oxfstool
|
||||
RUNTIME DESTINATION bin
|
||||
)
|
||||
|
||||
add_subdirectory(test)
|
||||
|
||||
Reference in New Issue
Block a user