tutorial:cmake

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
tutorial:cmake [2021/08/29 21:25]
neo ↷ Page moved from cmake to tutorial:cmake
tutorial:cmake [2021/08/30 07:51] (current)
max_ishere corrected pbp related if()
Line 74: Line 74:
  
 # No PSP libraries? Then no PSP specific building! # No PSP libraries? Then no PSP specific building!
-if (NOT DEFINED PSP_LIBRARIES)+if (DEFINED PSP_LIBRARIES)
   target_link_libraries(psp    target_link_libraries(psp 
     PUBLIC stdc++     PUBLIC stdc++
  • tutorial/cmake.txt
  • Last modified: 2021/08/30 07:51
  • by max_ishere