mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-29 12:32:52 +00:00
Remove PSP specific lines in Common.cmake.
This commit is contained in:
parent
e335ecd66f
commit
6aac8ef51d
@ -51,9 +51,6 @@ endfunction(install_our_headers)
|
||||
function(add_our_executable nm)
|
||||
add_executable(${nm} ${ARGN})
|
||||
target_link_libraries(${nm} allegro)
|
||||
if(PSP)
|
||||
add_psp_executable(${nm})
|
||||
endif(PSP)
|
||||
endfunction()
|
||||
|
||||
# Oh my. CMake really is bad for this - but I couldn't find a better
|
||||
|
Loading…
x
Reference in New Issue
Block a user