Skip to content

Commit

Permalink
Changing everything
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcdorman committed Sep 24, 2012
1 parent 368fc68 commit 01069b2
Show file tree
Hide file tree
Showing 188 changed files with 4,312 additions and 5,582 deletions.
8 changes: 3 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ ADD_LIBRARY(kisside STATIC ${KISS_SRCS_CXX})

SET(EXECUTABLE_OUTPUT_PATH ${KISS_SOURCE_DIR}/deploy)
SET(LIBRARY_OUTPUT_PATH ${KISS_SOURCE_DIR}/lib)
TARGET_LINK_LIBRARIES(KISS ${QT_LIBRARIES} qscintilla2 kiss-compiler tinyarchive z)
TARGET_LINK_LIBRARIES(KISS ${QT_LIBRARIES} qscintilla2 pcompiler tinyarchive z)

IF(APPLE)
ADD_CUSTOM_TARGET(MacDeployQt ALL
Expand Down Expand Up @@ -110,9 +110,7 @@ ENDIF(APPLE)

LINK_DIRECTORIES(${KISS_SOURCE_DIR}/lib)

# ADD_EXECUTABLE(command_chain_test tests/CommandChainTest.cpp)
# TARGET_LINK_LIBRARIES(command_chain_test ${QT_LIBRARIES} kisside)

install(FILES ${INCLUDES} DESTINATION /usr/local/include/kiss/)

add_subdirectory(plugins)
add_subdirectory(plugins)
add_subdirectory(tests)
79 changes: 0 additions & 79 deletions accessory/tinyarchive.cpp

This file was deleted.

88 changes: 0 additions & 88 deletions include/AudioTutorial.h

This file was deleted.

36 changes: 0 additions & 36 deletions include/Documentation.h

This file was deleted.

40 changes: 0 additions & 40 deletions include/DocumentationManager.h

This file was deleted.

10 changes: 0 additions & 10 deletions include/KissStandardEnvironment.h

This file was deleted.

17 changes: 0 additions & 17 deletions include/Listenable.h

This file was deleted.

32 changes: 0 additions & 32 deletions include/Log.h

This file was deleted.

25 changes: 0 additions & 25 deletions include/LogStreamBuf.h

This file was deleted.

21 changes: 0 additions & 21 deletions include/LogWindow.h

This file was deleted.

Loading

0 comments on commit 01069b2

Please sign in to comment.