Skip to content

Commit

Permalink
Add libsfx.c source to CMake build
Browse files Browse the repository at this point in the history
Fixes #3
  • Loading branch information
queueRAM committed Jan 19, 2018
1 parent 524c6d7 commit 7dc4be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ add_executable(n64graphics n64graphics.c utils.c)
set_target_properties(n64graphics PROPERTIES COMPILE_DEFINITIONS "N64GRAPHICS_STANDALONE")
target_link_libraries(n64graphics png z)

add_executable(n64split blast.c mipsdisasm.c n64split.c n64graphics.c strutils.c yamlconfig.c)
add_executable(n64split blast.c libsfx.c mipsdisasm.c n64split.c n64graphics.c strutils.c yamlconfig.c)
target_link_libraries(n64split sm64 capstone yaml z)

0 comments on commit 7dc4be6

Please sign in to comment.