Skip to content

Commit

Permalink
Merge pull request #22 from flightaware/BCK-5159_nix_header_location
Browse files Browse the repository at this point in the history
Bck 5159 nix header location
  • Loading branch information
conej730 authored Dec 30, 2020
2 parents 6a2b15f + 36302f6 commit af2b418
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ set_target_properties(cpptcl PROPERTIES
target_include_directories(cpptcl
PUBLIC
$<BUILD_INTERFACE:${cpptcl_INCLUDE_DIR}>
$<INSTALL_INTERFACE:include>
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>
)
target_include_directories(cpptcl PUBLIC ${TCL_INCLUDE_PATH})
target_link_libraries(cpptcl ${TCL_STUB_LIBRARY})
Expand All @@ -97,7 +97,7 @@ set_target_properties(cpptcl_static PROPERTIES
target_include_directories(cpptcl_static
PUBLIC
$<BUILD_INTERFACE:${cpptcl_INCLUDE_DIR}>
$<INSTALL_INTERFACE:include>
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>
)
target_include_directories(cpptcl_static PUBLIC ${TCL_INCLUDE_PATH})

Expand All @@ -111,7 +111,7 @@ set_target_properties(cpptcl_runtime PROPERTIES
target_include_directories(cpptcl_runtime
PUBLIC
$<BUILD_INTERFACE:${cpptcl_INCLUDE_DIR}>
$<INSTALL_INTERFACE:include>
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>
)
target_include_directories(cpptcl_runtime PUBLIC ${TCL_INCLUDE_PATH})
target_link_libraries(cpptcl_runtime ${TCL_LIBRARY})
Expand Down

0 comments on commit af2b418

Please sign in to comment.