mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
Update CMakeLists.txt
This commit is contained in:
parent
141f187705
commit
a7159e5496
@ -86,6 +86,11 @@ else()
|
|||||||
target_link_libraries(main ${PROJECT_NAME})
|
target_link_libraries(main ${PROJECT_NAME})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
target_include_directories(
|
||||||
|
${PROJECT_NAME}
|
||||||
|
INTERFACE
|
||||||
|
${CMAKE_CURRENT_LIST_DIR}/include
|
||||||
|
)
|
||||||
|
|
||||||
if(PK_ENABLE_DETERMINISM)
|
if(PK_ENABLE_DETERMINISM)
|
||||||
target_link_libraries(${PROJECT_NAME} dmath)
|
target_link_libraries(${PROJECT_NAME} dmath)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user