Fix hippomocks target
.h file shouldn't be listed as source to add_library(... INTERFACE)fix-squashed-planets
parent
9cf30fd9bc
commit
6c3012b8a1
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required(VERSION 3.17)
|
||||
|
||||
add_library(hippomocks INTERFACE hippomocks.h)
|
||||
add_library(hippomocks INTERFACE)
|
||||
target_include_directories(hippomocks INTERFACE ${CMAKE_CURRENT_LIST_DIR})
|
||||
|
|
Loading…
Reference in New Issue