Skip to content

Commit

Permalink
CMake: Add missing install command
Browse files Browse the repository at this point in the history
  • Loading branch information
cursey committed Apr 10, 2024
1 parent abe2c5b commit a756f0e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,9 @@ target_include_directories(reframework-d2d PRIVATE
)
target_compile_features(reframework-d2d PRIVATE cxx_std_20)
target_link_libraries(reframework-d2d PRIVATE utf8cpp sol2::sol2 lua d2d1 dwrite d3d11 d3d12 dxgi d3dcompiler)

install(
TARGETS reframework-d2d
DESTINATION bin
COMPONENT reframework-d2d
)

0 comments on commit a756f0e

Please sign in to comment.