Skip to content

Commit

Permalink
use a different build folder for libromfs in subProject
Browse files Browse the repository at this point in the history
  • Loading branch information
iTrooz committed Dec 1, 2022
1 parent e8fa12b commit 138b5ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subProject/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ set(LIBROMFS_RESOURCE_LOCATION /mnt)


# Include libromfs
add_subdirectory(../libromfs ${CMAKE_CURRENT_BINARY_DIR}/libromfs)
add_subdirectory(../libromfs ${CMAKE_CURRENT_BINARY_DIR}/libromfs-subProject)

# Link libromfs into our application
target_link_libraries(${PROJECT_NAME} PUBLIC ${LIBROMFS_LIBRARY})

0 comments on commit 138b5ee

Please sign in to comment.