1
0
Fork 0
mirror of https://github.com/KingDuckZ/kamokan.git synced 2025-10-02 15:00:02 +00:00

Separate Tawashi and Kamokan.

Unit tests are still a bit mixed up, but that should
be simple to split once I have a separate repo for
Tawashi.
This commit is contained in:
King_DuckZ 2017-06-12 10:32:20 +01:00
commit 6c357f1dc7
35 changed files with 74 additions and 37 deletions

View file

@ -26,6 +26,7 @@ target_include_directories(${PROJECT_NAME}
target_link_libraries(${PROJECT_NAME}
PRIVATE tawashi
PRIVATE duckhandy
PRIVATE kamokan_impl
PRIVATE ${GLIB_LIBRARIES}
)