Skip to content

Commit

Permalink
Put lfs with the lua utils so it can be found by dependents
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyon committed Jan 1, 2025
1 parent 268d7e9 commit b068739
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Extern/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ SET_TARGET_PROPERTIES(lfs PROPERTIES LINK_FLAGS "/DEF:\"${CMAKE_CURRENT_SOURCE_D
install(TARGETS lfs DESTINATION ${ORBITER_BINARY_ROOT_DIR})

set_target_properties(lfs PROPERTIES
ARCHIVE_OUTPUT_DIRECTORY ${ORBITER_BINARY_ROOT_DIR}
LIBRARY_OUTPUT_DIRECTORY ${ORBITER_BINARY_ROOT_DIR}
RUNTIME_OUTPUT_DIRECTORY ${ORBITER_BINARY_ROOT_DIR}
ARCHIVE_OUTPUT_DIRECTORY ${ORBITER_BINARY_ROOT_DIR}/Utils/
LIBRARY_OUTPUT_DIRECTORY ${ORBITER_BINARY_ROOT_DIR}/Utils/
RUNTIME_OUTPUT_DIRECTORY ${ORBITER_BINARY_ROOT_DIR}/Utils/
)

add_custom_target(CopyLDoc ALL
Expand Down

0 comments on commit b068739

Please sign in to comment.