Skip to content

Commit

Permalink
Enable the projection build with CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanlabelle committed Sep 23, 2024
1 parent c243e89 commit 7c7b237
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Generator/InteropTests/WinRTComponent/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ ExternalProject_Add(WinRTComponent
TEST_COMMAND "")

# Define the projection build
# TODO(https://github.com/tristanlabelle/swift-winrt/issues/302): Fix linking issues
# add_subdirectory(
# ${CMAKE_CURRENT_BINARY_DIR}/Projection/Sources
# ${CMAKE_CURRENT_BINARY_DIR}/Projection/Build)
add_subdirectory(
"${PROJECTION_DIR}"
"${CMAKE_CURRENT_BINARY_DIR}/Projection/Build")

0 comments on commit 7c7b237

Please sign in to comment.