Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
romainthomas committed Jul 26, 2023
1 parent e41c328 commit 5936e85
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions profiling/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ set_target_properties(macho_profiler
CXX_STANDARD 17
CXX_STANDARD_REQUIRED ON)

add_executable(pe_profilier pe_profilier.cpp)
target_compile_options(pe_profilier PUBLIC ${PROFILING_FLAGS})
target_link_libraries(pe_profilier PRIVATE LIB_LIEF)
add_executable(pe_profiler pe_profilier.cpp)
target_compile_options(pe_profiler PUBLIC ${PROFILING_FLAGS})
target_link_libraries(pe_profiler PRIVATE LIB_LIEF)

set_target_properties(pe_profilier
set_target_properties(pe_profiler
PROPERTIES POSITION_INDEPENDENT_CODE ON
CXX_STANDARD 17
CXX_STANDARD_REQUIRED ON)
Expand Down

0 comments on commit 5936e85

Please sign in to comment.