mirror of
https://github.com/reactos/reactos.git
synced 2025-05-23 11:04:52 +00:00
[ROSTESTS]
Add mmixer_test to cmake build. svn path=/trunk/; revision=50582
This commit is contained in:
parent
83cdb8776c
commit
0c8a13f783
2 changed files with 12 additions and 0 deletions
|
@ -1 +1,2 @@
|
|||
add_subdirectory(mmixer_test)
|
||||
add_subdirectory(pseh2)
|
||||
|
|
11
rostests/tests/mmixer_test/CMakeLists.txt
Normal file
11
rostests/tests/mmixer_test/CMakeLists.txt
Normal file
|
@ -0,0 +1,11 @@
|
|||
|
||||
add_definitions(-D_DLL -D__USE_CRTIMP)
|
||||
|
||||
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/libs/sound)
|
||||
include_directories(${REACTOS_SOURCE_DIR}/lib/drivers/sound/mmixer)
|
||||
|
||||
add_executable(mmixer_test test.c)
|
||||
set_module_type(mmixer_test win32cui)
|
||||
|
||||
target_link_libraries(mmixer_test mmixer)
|
||||
add_importlibs(mmixer_test advapi32 setupapi winmm ksuser user32 kernel32 msvcrt)
|
Loading…
Reference in a new issue