Advance Wayland and KDE package bring-up
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
set(FILES "@OUT@")
|
||||
|
||||
if(WIN32 OR APPLE)
|
||||
foreach(f ${FILES})
|
||||
if(NOT EXISTS "${f}")
|
||||
message(SEND_ERROR "${f} was not found")
|
||||
endif()
|
||||
endforeach()
|
||||
endif()
|
||||
Reference in New Issue
Block a user