8 lines
134 B
CMake
8 lines
134 B
CMake
cmake_minimum_required(VERSION 3.5)
|
|
|
|
project(launcher_linker_test_project)
|
|
|
|
include(CTest)
|
|
|
|
add_executable(link_error link_error.cxx)
|