Skip to content

Commit

Permalink
Fix pfbneo target linking issue for MSYS
Browse files Browse the repository at this point in the history
  • Loading branch information
R-YaTian authored Nov 29, 2023
1 parent 79b0c31 commit 02095c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
cmake_minimum_required(VERSION 3.5)
#set(CMAKE_VERBOSE_MAKEFILE ON)

SET(CMAKE_CXX_USE_RESPONSE_FILE_FOR_OBJECTS 1)
SET(CMAKE_CXX_RESPONSE_FILE_LINK_FLAG "@")

# add libcross2d library. If you want to port pfba to another platform,
# you should (may) only need to port libcross2d library.
add_subdirectory(external/libcross2d)
Expand Down

0 comments on commit 02095c7

Please sign in to comment.