Remove executable linking from exec building off
This commit is contained in:
@@ -10,11 +10,10 @@ if(OX_BUILD_EXEC STREQUAL "ON")
|
|||||||
oxfstool
|
oxfstool
|
||||||
oxfstool.cpp
|
oxfstool.cpp
|
||||||
)
|
)
|
||||||
|
set_target_properties(oxfstool PROPERTIES OUTPUT_NAME oxfs)
|
||||||
|
target_link_libraries(oxfstool OxFS OxStd)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
set_target_properties(oxfstool PROPERTIES OUTPUT_NAME oxfs)
|
|
||||||
target_link_libraries(oxfstool OxFS OxStd)
|
|
||||||
|
|
||||||
install(
|
install(
|
||||||
FILES
|
FILES
|
||||||
filestore.hpp
|
filestore.hpp
|
||||||
|
|||||||
Reference in New Issue
Block a user