cmake: rework includes, wip, need to modify more src after merge

This commit is contained in:
Philippe Teuwen 2020-04-18 15:09:35 +02:00
commit dc6b751ea3
6 changed files with 18 additions and 20 deletions

View file

@ -14,3 +14,4 @@ add_library(amiibo STATIC
)
target_include_directories(amiibo PRIVATE ../../include ../../common)
target_include_directories(amiibo INTERFACE amiitool)