]> git.lizzy.rs Git - irrlicht.git/blobdiff - examples/CMakeLists.txt
Add basic test application that runs under CI
[irrlicht.git] / examples / CMakeLists.txt
index e35f38cfd2ab8420d0fddc379058dcd4ed3071cc..aca268b4c46224ae8742bc6b8287cc7d2159714a 100644 (file)
@@ -32,6 +32,9 @@ set(IRREXAMPLES
 if(WIN32)
        list(APPEND IRREXAMPLES 14.Win32Window)
 endif()
+if(UNIX)
+       list(APPEND IRREXAMPLES AutomatedTest)
+endif()
 
 foreach(exname IN ITEMS ${IRREXAMPLES})
        file(GLOB sources "${CMAKE_CURRENT_SOURCE_DIR}/${exname}/*.cpp")