Skip to content

Commit

Permalink
build examples as tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cezbloch committed Nov 9, 2024
1 parent 1160f9d commit bdd7ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY

# defines targets and sources
add_subdirectory(Shaderator)
add_subdirectory(examples)

# Include directories for Shaderator
target_include_directories(Shaderator
Expand All @@ -38,4 +37,5 @@ option(BUILD_TESTS "Build Shaderator tests" ON)
if(BUILD_TESTS)
enable_testing()
add_subdirectory(ShaderatorTests)
add_subdirectory(examples)
endif()

0 comments on commit bdd7ac1

Please sign in to comment.