You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
683 B
41 lines
683 B
# This file is automatically generated from cmake.toml - DO NOT EDIT
|
|
# See https://github.com/build-cpp/cmkr for more information
|
|
|
|
# Create a configure-time dependency on cmake.toml to improve IDE support
|
|
if(CMKR_ROOT_PROJECT)
|
|
configure_file(cmake.toml cmake.toml COPYONLY)
|
|
endif()
|
|
|
|
enable_testing()
|
|
|
|
add_test(
|
|
NAME
|
|
basic
|
|
WORKING_DIRECTORY
|
|
"${CMAKE_CURRENT_LIST_DIR}/basic"
|
|
COMMAND
|
|
$<TARGET_FILE:cmkr>
|
|
build
|
|
)
|
|
|
|
add_test(
|
|
NAME
|
|
conditions
|
|
WORKING_DIRECTORY
|
|
"${CMAKE_CURRENT_LIST_DIR}/conditions"
|
|
COMMAND
|
|
$<TARGET_FILE:cmkr>
|
|
build
|
|
)
|
|
|
|
add_test(
|
|
NAME
|
|
interface
|
|
WORKING_DIRECTORY
|
|
"${CMAKE_CURRENT_LIST_DIR}/interface"
|
|
COMMAND
|
|
$<TARGET_FILE:cmkr>
|
|
build
|
|
)
|
|
|