Skip to content

Commit

Permalink
Update for MUI
Browse files Browse the repository at this point in the history
  • Loading branch information
Rasbats committed Feb 28, 2019
1 parent 0b45f72 commit 5b5ac58
Show file tree
Hide file tree
Showing 8 changed files with 361 additions and 6 deletions.
9 changes: 8 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,23 @@ SET(TITLE_NAME DR)
SET(CPACK_PACKAGE_CONTACT "Mike Rossiter")

SET(VERSION_MAJOR "2")
SET(VERSION_MINOR "1")
SET(VERSION_MINOR "1.1")

#SET(CMAKE_BUILD_TYPE Debug)
SET( wxWidgets_USE_DEBUG OFF)
SET( wxWidgets_USE_UNICODE ON)
SET( wxWidgets_USE_UNIVERSAL OFF)
SET( wxWidgets_USE_STATIC OFF)

#SET(CMAKE_BUILD_TYPE Debug)
OPTION(DR_USE_SVG "Use SVG graphics" ON)

INCLUDE("cmake/PluginConfigure.cmake")

IF(DR_USE_SVG)
ADD_DEFINITIONS(-DDR_USE_SVG)
ENDIF(DR_USE_SVG)

SET(SRC_DR
src/DR_pi.h
src/DR_pi.cpp
Expand Down
Binary file added data/blank.ico
Binary file not shown.
109 changes: 109 additions & 0 deletions data/dr_pi.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 5b5ac58

Please sign in to comment.