removed uneeded lines. Also changed template name parameter
This commit is contained in:
parent
d374fff42e
commit
313ad437ad
|
@ -1,7 +1,7 @@
|
||||||
cmake_minimum_required(VERSION 3.20)
|
cmake_minimum_required(VERSION 3.20)
|
||||||
|
|
||||||
# Use the fancy version substitution
|
# Use the fancy version substitution
|
||||||
project(cmake-cpputest-template
|
project(template
|
||||||
VERSION 1.0
|
VERSION 1.0
|
||||||
DESCRIPTION "template for cmake + cpputest"
|
DESCRIPTION "template for cmake + cpputest"
|
||||||
LANGUAGES C CXX
|
LANGUAGES C CXX
|
||||||
|
@ -53,7 +53,6 @@ if (UNIT_TESTING)
|
||||||
|
|
||||||
include_directories(
|
include_directories(
|
||||||
${CPPUTEST_INCLUDE_DIRS}
|
${CPPUTEST_INCLUDE_DIRS}
|
||||||
/usr/include/c++/11/
|
|
||||||
./inc
|
./inc
|
||||||
./mocks
|
./mocks
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue