mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-04 23:15:32 +00:00
Fix CMake scripts, so they can be used via add_subdirectory().
This commit is contained in:
@ -19,8 +19,8 @@ target_compile_definitions(projectM-unittest
|
||||
# Test includes a header file from libprojectM with its full path in the source dir.
|
||||
target_include_directories(projectM-unittest
|
||||
PRIVATE
|
||||
"${CMAKE_SOURCE_DIR}/src/libprojectM"
|
||||
"${CMAKE_SOURCE_DIR}"
|
||||
"${PROJECTM_SOURCE_DIR}/src/libprojectM"
|
||||
"${PROJECTM_SOURCE_DIR}"
|
||||
)
|
||||
|
||||
target_link_libraries(projectM-unittest
|
||||
|
||||
Reference in New Issue
Block a user