Source moved into mv
This commit is contained in:
parent
21467ec114
commit
f206a536c8
5 changed files with 3 additions and 3 deletions
|
@ -37,7 +37,7 @@ include_directories(SYSTEM
|
|||
${Boost_INCLUDE_DIRS}
|
||||
)
|
||||
include_directories(
|
||||
.
|
||||
src/
|
||||
)
|
||||
link_directories(
|
||||
${LIBJSON_LIB_DIR}
|
||||
|
@ -56,8 +56,8 @@ set_target_properties(json PROPERTIES IMPORTED_LOCATION_NOCONFIG "${LIBJSON_LIB_
|
|||
add_dependencies(json build_json)
|
||||
|
||||
add_executable(${PROJECT_NAME}
|
||||
main.cpp
|
||||
WordReference.cpp
|
||||
src/main.cpp
|
||||
src/WordReference.cpp
|
||||
)
|
||||
target_link_libraries(${PROJECT_NAME}
|
||||
${Boost_LIBRARIES}
|
||||
|
|
Loading…
Reference in a new issue