Skip to content

Commit

Permalink
Move "Hamcore.h" into "include", to clarify that it's the only public…
Browse files Browse the repository at this point in the history
… header
  • Loading branch information
davidebeatrici committed May 26, 2021
1 parent f557d6e commit e745c1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if(MSVC)
target_compile_definitions(libhamcore PRIVATE "_CRT_SECURE_NO_WARNINGS")
endif()

target_include_directories(libhamcore PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
target_include_directories(libhamcore PUBLIC "include")

target_sources(libhamcore
PRIVATE
Expand All @@ -31,7 +31,7 @@ target_sources(libhamcore
Memory.c
Memory.h
PUBLIC
${CMAKE_CURRENT_SOURCE_DIR}/Hamcore.h
"${CMAKE_CURRENT_SOURCE_DIR}/include/Hamcore.h"
)

find_package(ZLIB REQUIRED)
Expand Down
File renamed without changes.

0 comments on commit e745c1d

Please sign in to comment.