Skip to content

Commit

Permalink
file: Rename 2.0.0 to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
J. K. Lee committed Oct 25, 2021
1 parent ef05a87 commit c91b476
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 4 deletions.
Binary file removed DXViewer-2.0.0/bin/DXViewer.dll
Binary file not shown.
Binary file removed DXViewer-2.0.0/bin/DXViewerRel.dll
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions example/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ add_definitions(-DUNICODE -D_UNICODE)
Set(CMAKE_CONFIGURATION_TYPES Debug Release)

# Set the header directory
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/../DXViewer-2.0.0/include)
LINK_DIRECTORIES(${CMAKE_SOURCE_DIR}/../DXViewer-2.0.0/lib)
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/../DXViewer-2.0.2/include)
LINK_DIRECTORIES(${CMAKE_SOURCE_DIR}/../DXViewer-2.0.2/lib)

# Copy DLLs
FILE(GLOB DLL ${CMAKE_SOURCE_DIR}/../DXViewer-2.0.0/bin/*.dll)
FILE(GLOB DLL ${CMAKE_SOURCE_DIR}/../DXViewer-2.0.2/bin/*.dll)
FILE(COPY ${DLL} DESTINATION ${CMAKE_BINARY_DIR})

# Copy CSOs
FILE(GLOB CSO ${CMAKE_SOURCE_DIR}/../DXViewer-2.0.0/*.cso)
FILE(GLOB CSO ${CMAKE_SOURCE_DIR}/../DXViewer-2.0.2/*.cso)
FILE(COPY ${CSO} DESTINATION ${CMAKE_BINARY_DIR})

# Collect source files
Expand Down

0 comments on commit c91b476

Please sign in to comment.