Skip to content

Commit

Permalink
moved thtml.h in thtml cmake dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jerily committed Aug 28, 2024
1 parent bec3a56 commit cd8e2ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ set_target_properties(${PROJECT_NAME}
INSTALL_RPATH_USE_LINK_PATH ON
)

include_directories(${TCL_INCLUDE_PATH})
include_directories(${TCL_INCLUDE_PATH} ${THTML_CMAKE_DIR}/include)
target_link_directories(${PROJECT_NAME} PRIVATE ${TCL_LIBRARY_PATH})
target_link_libraries(${PROJECT_NAME} PRIVATE ${TCL_LIBRARY})
get_filename_component(TCL_LIBRARY_PATH "${TCL_LIBRARY}" PATH)
Expand Down
File renamed without changes.

0 comments on commit cd8e2ab

Please sign in to comment.