mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 05:39:57 -05:00
Autogen: Tests: Separate MacOsFW test
This commit is contained in:
@@ -59,12 +59,6 @@ if(NON_ASCII_BDIR AND WIN32)
|
||||
set(ALLOW_WRAP_CPP FALSE)
|
||||
endif()
|
||||
|
||||
# -- Test
|
||||
# MacOS Framework
|
||||
if(APPLE AND (NOT QT_TEST_VERSION STREQUAL 4))
|
||||
add_subdirectory(macosFW)
|
||||
endif()
|
||||
|
||||
# -- Test
|
||||
# Source files with the same basename in different subdirectories
|
||||
add_subdirectory(sameName)
|
||||
|
||||
@@ -25,3 +25,6 @@ if(QT_TEST_ALLOW_QT_MACROS)
|
||||
endif()
|
||||
ADD_AUTOGEN_TEST(UicInclude uicInclude)
|
||||
ADD_AUTOGEN_TEST(ObjectLibrary someProgram)
|
||||
if(APPLE AND (NOT QT_TEST_VERSION STREQUAL 4))
|
||||
ADD_AUTOGEN_TEST(MacOsFW)
|
||||
endif()
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
cmake_minimum_required(VERSION 3.8)
|
||||
project(macos-fw-test)
|
||||
cmake_minimum_required(VERSION 3.10)
|
||||
project(MacOsFW)
|
||||
include("../AutogenTest.cmake")
|
||||
|
||||
find_package(Qt5Test REQUIRED)
|
||||
|
||||
Reference in New Issue
Block a user