Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
austinmhorn committed Aug 27, 2023
1 parent 0f4a186 commit d8b5b40
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ if( WIN32 )
endif()
elseif( COMPILER_GCC_TDM )
target_compile_options( ${TARGET} PUBLIC -shared-libgcc -shared-libstdc++ )
set( LEAFY_BUILD_EXAMPLES OFF )
endif()

target_compile_definitions( ${TARGET} PRIVATE WIN32 )
Expand Down Expand Up @@ -162,10 +161,7 @@ install(
ARCHIVE DESTINATION "${LIB_PATH}" COMPONENT dev
)
install(
DIRECTORY "${LIB_PATH}"
TYPE BIN
FILES_MATCHING REGEX "[^\\\\/.]\\.[dD][lL][lL]$"
)
FILES $<TARGET_RUNTIME_DLLS:${TARGET}> TYPE BIN)
install(
DIRECTORY ${INCLUDE_PATH}
DESTINATION include
Expand Down

0 comments on commit d8b5b40

Please sign in to comment.