Remove executable linking from exec building off

This commit is contained in:
2016-12-17 22:31:01 -06:00
parent 9e104f40df
commit 02bbd75606
+1 -2
View File
@@ -10,10 +10,9 @@ if(OX_BUILD_EXEC STREQUAL "ON")
oxfstool oxfstool
oxfstool.cpp oxfstool.cpp
) )
endif()
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 OxStd)
endif()
install( install(
FILES FILES