Skip to content

Commit

Permalink
Tweak CMakeLists Cargo workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
The0x539 committed Mar 23, 2024
1 parent 5d9659c commit 6cf1b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ add_definitions(-DCMAKE_SOURCE_DIR="${REAL_CMAKE_SOURCE_DIR}")
# cargo needs to be rerun when the sources change.
# This is imperfect, but the ninja generator really wants to
# not run cargo, so we need to tell it *something*
FILE(GLOB sources src/* src/*/* src/*/*/* macros/Cargo.toml macros/src/*)
FILE(GLOB sources Cargo.* src/* src/*/* src/*/*/* macros/* macros/*/*)

# Define a function to link dependencies.
function(FISH_LINK_DEPS_AND_SIGN target)
Expand Down

0 comments on commit 6cf1b0e

Please sign in to comment.