Skip to content

Commit

Permalink
Fix for build file.
Browse files Browse the repository at this point in the history
  • Loading branch information
gulrak committed Apr 13, 2024
1 parent fa7c2ba commit 7d9f8a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ if (${PLATFORM} MATCHES "Web")
set_target_properties(web_test PROPERTIES SUFFIX ".html")
endif ()

add_executable(frame-time-test frame_time_test.cpp)
target_link_libraries(frame-time-test PUBLIC emulation fmt::fmt)
target_code_coverage(frame-time-test AUTO ALL)
#add_executable(frame-time-test frame_time_test.cpp)
#target_link_libraries(frame-time-test PUBLIC emulation fmt::fmt)
#target_code_coverage(frame-time-test AUTO ALL)

0 comments on commit 7d9f8a4

Please sign in to comment.