Add toollib to fs CMakeLists.txt
This commit is contained in:
@@ -16,10 +16,16 @@ set_property(
|
|||||||
if(OX_BUILD_EXEC STREQUAL "ON")
|
if(OX_BUILD_EXEC STREQUAL "ON")
|
||||||
add_executable(
|
add_executable(
|
||||||
oxfstool
|
oxfstool
|
||||||
|
toollib.cpp
|
||||||
oxfstool.cpp
|
oxfstool.cpp
|
||||||
)
|
)
|
||||||
set_target_properties(oxfstool PROPERTIES OUTPUT_NAME oxfs)
|
set_target_properties(oxfstool PROPERTIES OUTPUT_NAME oxfs)
|
||||||
target_link_libraries(oxfstool OxFS OxStd)
|
target_link_libraries(
|
||||||
|
oxfstool
|
||||||
|
OxFS
|
||||||
|
OxLog
|
||||||
|
OxStd
|
||||||
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
install(
|
install(
|
||||||
|
|||||||
Reference in New Issue
Block a user