Skip to content

Commit

Permalink
confirmed it works on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
i-saint committed Mar 10, 2017
1 parent 52c0506 commit 34a0fb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Plugin/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ INCLUDE_DIRECTORIES(


# abci
FILE(GLOB ABCI_CXX_FILES abci/Importer/*.cpp abci/Exporter/*.cpp Foundation/*.cpp)
FILE(GLOB ABCI_H_FILES abci/Importer/*.h abci/Exporter/*.h Foundation/*.h)
FILE(GLOB ABCI_CXX_FILES abci/Importer/*.cpp abci/Exporter/*.cpp abci/Foundation/*.cpp)
FILE(GLOB ABCI_H_FILES abci/Importer/*.h abci/Exporter/*.h abci/Foundation/*.h)
IF(ABCI_ENABLE_OSX_BUNDLE)
ADD_LIBRARY(abci MODULE ${ABCI_CXX_FILES} ${ABCI_H_FILES})
ELSE()
Expand Down

0 comments on commit 34a0fb3

Please sign in to comment.