This commit is contained in:
Vitor Santos Costa
2017-09-06 01:09:46 +01:00
parent a115024aee
commit abdc8a35f9
31 changed files with 579 additions and 815 deletions

View File

@@ -32,7 +32,7 @@ include_directories (
${LIBR_INCLUDE_DIRS}
)
add_library (real SHARED ${REAL_SOURCES})
add_lib(real ${REAL_SOURCES})
target_link_libraries (real ${LIBR_LIBRARIES} libYap)