Skip to content

Commit

Permalink
add pic
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMlashkin committed Sep 20, 2024
1 parent ab84586 commit d11e8c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crypto3/libs/pch/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ cm_setup_version(VERSION 0.1.0 PREFIX ${CMAKE_WORKSPACE_NAME}_${CURRENT_PROJECT_
add_library(${CMAKE_WORKSPACE_NAME}_${CURRENT_PROJECT_NAME} INTERFACE)

target_precompile_headers(crypto3_pch INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}/include/pch.h)
set_target_properties(crypto3_pch PROPERTIES INTERFACE_POSITION_INDEPENDENT_CODE ON)

set_target_properties(${CMAKE_WORKSPACE_NAME}_${CURRENT_PROJECT_NAME} PROPERTIES
EXPORT_NAME ${CURRENT_PROJECT_NAME})
Expand Down

0 comments on commit d11e8c1

Please sign in to comment.