Skip to content

Commit

Permalink
Fix CMake Error at CMakeLists.txt:204 (add_library): Cannot find sour…
Browse files Browse the repository at this point in the history
…ce file: ....

CMake Error at CMakeLists.txt:204 (add_library): Cannot find source file: ....
  • Loading branch information
NetImperia committed Dec 19, 2013
1 parent de09108 commit c656f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ link_directories(
# source generators

foreach (source ${cxx-sources})
list(APPEND sources ${CMAKE_CURRENT_SOURCE_DIR}/src/${source})
list(APPEND sources ${CMAKE_CURRENT_SOURCE_DIR}/src/main/c++/${source})
endforeach()

add_custom_command(
Expand Down

0 comments on commit c656f12

Please sign in to comment.