mirror of
https://github.com/KingDuckZ/kamokan.git
synced 2025-10-02 15:00:02 +00:00
Fix tests' build.
This commit is contained in:
parent
defc365d21
commit
2293604e11
4 changed files with 13 additions and 13 deletions
|
@ -1,4 +1,4 @@
|
|||
project(tawashi_simulation CXX)
|
||||
project(kamokan_simulation CXX)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 14)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
|
@ -16,7 +16,7 @@ target_include_directories(${PROJECT_NAME}
|
|||
PRIVATE ${TAWASHI_GEN_INCLUDE_DIR}
|
||||
)
|
||||
target_link_libraries(${PROJECT_NAME}
|
||||
PRIVATE tawashi_implem
|
||||
PRIVATE tawashi
|
||||
PRIVATE duckhandy
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue