tutorial:cmake

Differences

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

Link to this comparison view

Next revision
Previous revision
tutorial:cmake [2021/08/29 20:37]
max_ishere created
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.1630269431.txt.gz
  • Last modified: 2021/08/29 20:37
  • by max_ishere