Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/vpinball/libdmdutil
Browse files Browse the repository at this point in the history
  • Loading branch information
toxieainc committed Jan 15, 2024
2 parents 8a4dc78 + 8b1dca4 commit a132267
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ if(BUILD_SHARED)
install(TARGETS dmdutil_shared
LIBRARY DESTINATION ${CMAKE_INSTALL_PREFIX}/lib
)
install(FILES src/DMDUtil.h DESTINATION ${CMAKE_INSTALL_PREFIX}/include)
install(DIRECTORY include/DMDUtil DESTINATION ${CMAKE_INSTALL_PREFIX}/include)

if(PLATFORM STREQUAL "win" OR PLATFORM STREQUAL "macos" OR PLATFORM STREQUAL "linux")
add_executable(dmdutil_test
Expand Down Expand Up @@ -194,7 +194,7 @@ if(BUILD_STATIC)
install(TARGETS dmdutil_static
LIBRARY DESTINATION ${CMAKE_INSTALL_PREFIX}/lib
)
install(FILES src/DMDUtil.h DESTINATION ${CMAKE_INSTALL_PREFIX}/include)
install(DIRECTORY include/DMDUtil DESTINATION ${CMAKE_INSTALL_PREFIX}/include)

if(PLATFORM STREQUAL "win" OR PLATFORM STREQUAL "macos" OR PLATFORM STREQUAL "linux")
add_executable(dmdutil_test_s
Expand Down
4 changes: 2 additions & 2 deletions include/DMDUtil/DMD.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class ZeDMD;
namespace DMDUtil {

enum class AlphaNumericLayout {
None,
NoLayout,
__2x16Alpha,
__2x20Alpha,
__2x7Alpha_2x7Num,
Expand Down Expand Up @@ -126,4 +126,4 @@ class DMDUTILAPI DMD
static bool m_finding;
};

}
}

0 comments on commit a132267

Please sign in to comment.