Skip to content
Snippets Groups Projects
Commit 5dec9060 authored by Michael Zbyszyński's avatar Michael Zbyszyński
Browse files

builds and runs? weird.

parent cdc02390
Branches
Tags
No related merge requests found
...@@ -24,7 +24,7 @@ include_directories(dependencies/pipo/src/host) ...@@ -24,7 +24,7 @@ include_directories(dependencies/pipo/src/host)
include_directories(dependencies/third_party/json) include_directories(dependencies/third_party/json)
file(GLOB_RECURSE RM_SOURCES "${PROJECT_SOURCE_DIR}/src/*.cpp") file(GLOB_RECURSE RM_SOURCES "${PROJECT_SOURCE_DIR}/src/*.cpp")
file(GLOB JSON_SRC "${PROJECT_SOURCE_DIR}/dependencies/third_party/json.cpp") file(GLOB JSON_SRC "${PROJECT_SOURCE_DIR}/dependencies/third_party/jsoncpp.cpp")
#Set the source for the main library, using the groups defined above #Set the source for the main library, using the groups defined above
set(RAPIDMIX_SRC ${RM_SOURCES} ${JSON_SRC}) set(RAPIDMIX_SRC ${RM_SOURCES} ${JSON_SRC})
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment