File: CMakeLists.txt

package info (click to toggle)
pd-vstplugin 0.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,008 kB
  • sloc: cpp: 22,794; lisp: 2,860; makefile: 37; sh: 26
file content (13 lines) | stat: -rw-r--r-- 397 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
message(STATUS "---\n*** tests ***")

if (BRIDGE)
    add_executable(shm_test "shm_test.cpp")
    target_link_libraries(shm_test vst)
    target_include_directories(shm_test PUBLIC "../deps")
endif()

add_executable(normalize_path "normalize_path.cpp")
target_link_libraries(normalize_path vst)

add_executable(hashtable_test "hashtable_test.cpp")
target_link_libraries(hashtable_test vst_public)