mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-05 04:55:26 +00:00
CMake: Replace "api/libprojectM" by "api/projectM-4.0"
git grep -l 'api/libprojectM' | xargs sed 's,api/libprojectM,api/projectM-4.0,' -i
This commit is contained in:
committed by
Kai Blaschke
parent
ede45f2e8c
commit
02c11bc1d7
@ -11,14 +11,14 @@ add_library(projectM_playlist_main OBJECT
|
||||
Playlist.hpp
|
||||
PlaylistCWrapper.cpp
|
||||
PlaylistCWrapper.hpp
|
||||
api/libprojectM/playlist.h
|
||||
api/libprojectM/playlist_callbacks.h
|
||||
api/libprojectM/playlist_core.h
|
||||
api/libprojectM/playlist_filter.h
|
||||
api/libprojectM/playlist_items.h
|
||||
api/libprojectM/playlist_memory.h
|
||||
api/libprojectM/playlist_playback.h
|
||||
api/libprojectM/playlist_types.h
|
||||
api/projectM-4.0/playlist.h
|
||||
api/projectM-4.0/playlist_callbacks.h
|
||||
api/projectM-4.0/playlist_core.h
|
||||
api/projectM-4.0/playlist_filter.h
|
||||
api/projectM-4.0/playlist_items.h
|
||||
api/projectM-4.0/playlist_memory.h
|
||||
api/projectM-4.0/playlist_playback.h
|
||||
api/projectM-4.0/playlist_types.h
|
||||
)
|
||||
|
||||
target_include_directories(projectM_playlist_main
|
||||
@ -108,7 +108,7 @@ install(FILES
|
||||
COMPONENT Devel
|
||||
)
|
||||
|
||||
install(DIRECTORY api/libprojectM
|
||||
install(DIRECTORY api/projectM-4.0
|
||||
DESTINATION "${PROJECTM_INCLUDE_DIR}"
|
||||
COMPONENT Devel
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user