Skip to content

Commit

Permalink
Build system.
Browse files Browse the repository at this point in the history
  • Loading branch information
msoeken committed Dec 1, 2017
1 parent 0469789 commit 8f8caa9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
3 changes: 0 additions & 3 deletions lib/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
set(CMAKE_CXX_FLAGS_TMP ${CMAKE_CXX_FLAGS})
set(CMAKE_CXX_FLAGS "-Wno-unused-variable -Wno-macro-redefined -Wno-format")
set(ABC_USE_NAMESPACE "abc")
add_subdirectory( abc )
set(CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS_TMP})

add_subdirectory(kitty)

Expand Down
2 changes: 1 addition & 1 deletion programs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ add_cirkit_program(
SOURCES
core/abc_cli.cpp
USE
libabc
libabc-pic
${Boost_SYSTEM_LIBRARIES}
${Boost_FILESYSTEM_LIBRARIES}
${Boost_PROGRAM_OPTIONS_LIBRARIES}
Expand Down
5 changes: 1 addition & 4 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,9 @@ add_cirkit_library(
AUTO_DIRS classical
USE
cirkit_core
libabc
libabc-pic
kitty
#${abc_LIBRARIES}
${MINISAT_LIBRARIES}
#INCLUDE
# SYSTEM PUBLIC ${CMAKE_BINARY_DIR}/ext/abc-prefix/src/abc/src
)

add_cirkit_library(
Expand Down

0 comments on commit 8f8caa9

Please sign in to comment.