fixes wrong path in install

This commit is contained in:
Eyck Jentzsch 2022-09-27 09:11:41 +02:00
parent b1a18459e7
commit b20daa1ac2
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ if(SystemC_FOUND)
target_link_libraries(${PROJECT_NAME} PUBLIC ${llvm_libs})
endif()
set(LIB_HEADERS ${CMAKE_CURRENT_SOURCE_DIR}/incl/sysc/core_complex.h)
set(LIB_HEADERS ${CMAKE_CURRENT_SOURCE_DIR}/src/sysc/core_complex.h)
set_target_properties(${PROJECT_NAME} PROPERTIES
VERSION ${PROJECT_VERSION}
FRAMEWORK FALSE