Skip to content

Commit

Permalink
update package test mocks location (#268)
Browse files Browse the repository at this point in the history
* init

* package with test mocks
  • Loading branch information
Raffaello authored Nov 2, 2023
1 parent 95594c7 commit ed44d2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if(DEFINED ENV{VCPKG_ROOT} AND NOT DEFINED CMAKE_TOOLCHAIN_FILE)
endif()


project ("sdl2-hyper-sonic-drivers" VERSION 0.13.1 DESCRIPTION "SDL2 based Hyper-Sonic Drivers for emulating old soundcards")
project ("sdl2-hyper-sonic-drivers" VERSION 0.13.2 DESCRIPTION "SDL2 based Hyper-Sonic Drivers for emulating old soundcards")
include (TestBigEndian)
TEST_BIG_ENDIAN(IS_BIG_ENDIAN)
if(IS_BIG_ENDIAN)
Expand Down
3 changes: 2 additions & 1 deletion sdl2-hyper-sonic-drivers/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ install(DIRECTORY

install(DIRECTORY
test/
DESTINATION static/test/include
DESTINATION static/include/test
FILES_MATCHING
PATTERN "*Mock.hpp"
)
Expand Down Expand Up @@ -75,6 +75,7 @@ target_include_directories(${LIB_NAME} PUBLIC
$<BUILD_INTERFACE:$<TARGET_FILE_DIR:${LIB_NAME}>>
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/src>
$<INSTALL_INTERFACE:static/include>
$<INSTALL_INTERFACE:static/include/test>
#PRIVATE
# $<BUILD_INTERFACE:${CMAKE_CURRENT_BINARY_DIR}>
)
Expand Down

0 comments on commit ed44d2d

Please sign in to comment.