~registry/dolphin-emu/triforce

« back to all changes in this revision

Viewing changes to Externals/Bochs_disasm/CMakeLists.txt

  • Committer: Sérgio Benjamim
  • Date: 2015-02-13 05:54:40 UTC
  • Revision ID: sergio_br2@yahoo.com.br-20150213055440-ey2rt3sjpy27km78
Dolphin Triforce branch from code.google, commit b957980 (4.0-315).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
set(SRCS        dis_decode.cpp
 
2
                        dis_groups.cpp
 
3
                        resolve.cpp
 
4
                        syntax.cpp
 
5
                        PowerPCDisasm.cpp)
 
6
 
 
7
if(WIN32)
 
8
        set(SRCS ${SRCS} stdafx.cpp)
 
9
endif(WIN32)
 
10
 
 
11
add_library(bdisasm STATIC ${SRCS})