release: release v0.2.0 #12

Merged
lowearthorbit merged 9 commits from release/0.2.0 into main 2026-03-15 02:24:10 +01:00
Showing only changes of commit 0279742c0e - Show all commits

View File

@@ -3,7 +3,6 @@ project(curtle VERSION 0.1.1 LANGUAGES C)
include(GNUInstallDirs)
include(CMakePackageConfigHelpers)
include(CTest)
set(CMAKE_C_STANDARD 11)
set(CMAKE_C_STANDARD_REQUIRED ON)
@@ -54,7 +53,7 @@ install(FILES
DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/curtle
)
if(BUILD_TESTING)
if(${PROJECT_IS_TOP_LEVEL})
enable_testing()
add_subdirectory(tests)
endif()