Skip to content

Commit

Permalink
dynC for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
pefoley2 committed Oct 20, 2016
1 parent a8252fd commit c39b900
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,6 @@ if(NOT ${PLATFORM} MATCHES nt)
add_subdirectory (dwarf)
add_subdirectory (symlite)
add_subdirectory (parseThat)
# DynC is not compatible with Windows when
# we use bison on linux to generate source
# TODO: generate with bison configured for
# MSVC?
if(${SYMREADER} MATCHES symtabAPI)
add_subdirectory (dynC_API)
endif()
endif()
add_subdirectory (instructionAPI)
add_subdirectory (symtabAPI)
Expand All @@ -69,6 +62,7 @@ add_subdirectory (stackwalk)
add_subdirectory (patchAPI)
if(${SYMREADER} MATCHES symtabAPI)
add_subdirectory (dyninstAPI)
add_subdirectory (dynC_API)
endif()

if(BUILD_RTLIB)
Expand Down

0 comments on commit c39b900

Please sign in to comment.