Skip to content

Commit

Permalink
- Project fix for Softpoly removal.
Browse files Browse the repository at this point in the history
  • Loading branch information
coelckers committed Jul 28, 2022
1 parent 93e934c commit 5a63044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Expand Up @@ -828,7 +828,7 @@ if (HAVE_VULKAN)
set (FASTMATH_SOURCES ${FASTMATH_SOURCES} ${VULKAN_SOURCES})
endif()

set (FASTMATH_SOURCES ${FASTMATH_SOURCES} ${POLYBACKEND_SOURCES})
set (FASTMATH_SOURCES ${FASTMATH_SOURCES})

set (PCH_SOURCES
common/thirdparty/richpresence.cpp
Expand Down

0 comments on commit 5a63044

Please sign in to comment.