Skip to content

Commit

Permalink
fix mkexe dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cuckydev committed May 3, 2024
1 parent a0d19bd commit 9f0b1cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/MkExe/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ add_executable(MkExe
)
target_link_libraries(MkExe PUBLIC lz4)
target_include_directories(MkExe PUBLIC "${CMAKE_CURRENT_BINARY_DIR}/Include")
add_dependencies(MkExe Ohmygodcompileit)

0 comments on commit 9f0b1cb

Please sign in to comment.