Skip to content

Commit

Permalink
CMake: put MachRegister.C in _sources list
Browse files Browse the repository at this point in the history
  • Loading branch information
hainest committed Apr 21, 2024
1 parent 2c4c1b0 commit 4c13a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ set(_private_headers
src/parseauxv.h
src/pathName.h
src/pool_allocators.h
src/registers/MachRegister.C
src/sha1.h
src/singleton_object_pool.h
src/stats.h
Expand Down Expand Up @@ -111,6 +110,7 @@ set(_sources
src/debug_common.C
src/VariableLocation.C
src/Buffer.C
src/registers/MachRegister.C
src/MachSyscall.C)

if(DYNINST_OS_UNIX)
Expand Down

0 comments on commit 4c13a8d

Please sign in to comment.