Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
DerKleinePunk committed Feb 25, 2024
1 parent 95a0951 commit 7c300bc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,3 @@ target_include_directories(dart_dll PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
$<INSTALL_INTERFACE:include/dart_dll> # <prefix>/include/mylib
)

install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/include/dart_dll.h DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
install(FILES ${DART_DIR}/runtime/include/dart_api.h DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})

0 comments on commit 7c300bc

Please sign in to comment.