Skip to content

Commit

Permalink
fix: fix lib output
Browse files Browse the repository at this point in the history
  • Loading branch information
hans00 committed May 3, 2024
1 parent 6467e34 commit 7b0a5ad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -165,3 +165,9 @@ if(MSVC AND CMAKE_JS_NODELIB_DEF AND CMAKE_JS_NODELIB_TARGET)
COMMENT "Copying to bin folder"
)
endif()

set_target_properties(
${PROJECT_NAME} PROPERTIES
LIBRARY_OUTPUT_DIRECTORY ${PLATFORM_BINARY_DIR}
RUNTIME_OUTPUT_DIRECTORY ${PLATFORM_BINARY_DIR}
)

0 comments on commit 7b0a5ad

Please sign in to comment.