Skip to content

Commit

Permalink
Fix Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaScheller committed Nov 25, 2023
1 parent 9ea936f commit 0688a49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/CachedResolver/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ add_library(${AR_CACHEDRESOLVER_TARGET_PYTHON}
SHARED
module.cpp
moduleDeps.cpp
#resolver.cpp
#resolverTokens.cpp
#resolverContext.cpp
resolver.cpp
resolverTokens.cpp
resolverContext.cpp
wrapResolver.cpp
wrapResolverContext.cpp
wrapResolverTokens.cpp
Expand Down

0 comments on commit 0688a49

Please sign in to comment.