Skip to content

Commit

Permalink
Merge pull request #40 from sir-gon/develop
Browse files Browse the repository at this point in the history
[CONFIG] [CMake] Generate assembly for a target
  • Loading branch information
sir-gon authored Sep 17, 2024
2 parents b2a1a5d + 650f7c9 commit 49e194b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/lib/exercises/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ target_include_directories(exercises
$<INSTALL_INTERFACE:include>
)

target_compile_options(exercises
PUBLIC
-save-temps
)

install(TARGETS exercises
EXPORT exercisesConfig
ARCHIVE DESTINATION lib
Expand Down

0 comments on commit 49e194b

Please sign in to comment.