Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
PearCoding committed Jun 20, 2024
1 parent fb1c2db commit d882493
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/frontend/trace/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
SET(SRC_FILES
main.cpp )
file(GLOB_RECURSE SRC CONFIGURE_DEPENDS "*.cpp")

add_executable(igtrace ${SRC_FILES})
add_executable(igtrace ${SRC})
target_link_libraries(igtrace PRIVATE ig_lib_common)
add_lto(igtrace)
add_checks(igtrace)
Expand Down

0 comments on commit d882493

Please sign in to comment.