Fix CMake issues

This commit is contained in:
atxr 2024-02-06 16:17:30 +01:00
parent 16454b7a4b
commit 3458794791
2 changed files with 10 additions and 2 deletions

View file

@ -6,7 +6,6 @@ project(mineziper LANGUAGES C VERSION 1.0.0)
# Opions
option(BUILD_TESTS "Build test programs" OFF)
#option(INSTALL_TTDDLL "Try to find and install ttd dll from Windbg Preview install folder" OFF)
# Config
set_property(GLOBAL PROPERTY USE_FOLDERS ON)