Add toollib to fs CMakeLists.txt

This commit is contained in:
2017-10-11 16:43:03 -05:00
parent 9d563d2736
commit 7da4009df0
+7 -1
View File
@@ -16,10 +16,16 @@ set_property(
if(OX_BUILD_EXEC STREQUAL "ON")
add_executable(
oxfstool
toollib.cpp
oxfstool.cpp
)
set_target_properties(oxfstool PROPERTIES OUTPUT_NAME oxfs)
target_link_libraries(oxfstool OxFS OxStd)
target_link_libraries(
oxfstool
OxFS
OxLog
OxStd
)
endif()
install(