Add CMakeLists.txt to pview, such that it will compile (but it does not link).
This commit is contained in:
parent
2475e995ae
commit
fe62089192
|
|
@ -48,5 +48,4 @@ add_subdirectory(src/pgui)
|
|||
add_subdirectory(src/recorder)
|
||||
add_subdirectory(src/collide)
|
||||
add_subdirectory(src/framework)
|
||||
|
||||
#add_subdirectory(src/testbed)
|
||||
add_subdirectory(src/testbed)
|
||||
|
|
|
|||
|
|
@ -1 +1,25 @@
|
|||
add_executable(pview pview.cxx)
|
||||
add_executable(pview pview.cxx)
|
||||
target_link_libraries(pview p3framework p3pystub)
|
||||
|
||||
#begin test_bin_target
|
||||
#define TARGET pgrid
|
||||
|
||||
#define SOURCES \
|
||||
# pgrid.cxx
|
||||
#define UNIX_SYS_LIBS m
|
||||
#end test_bin_target
|
||||
|
||||
#begin test_bin_target
|
||||
#define TARGET test_lod
|
||||
#define SOURCES test_lod.cxx
|
||||
#end test_bin_target
|
||||
|
||||
#begin test_bin_target
|
||||
#define TARGET test_texmem
|
||||
#define SOURCES test_texmem.cxx
|
||||
#end test_bin_target
|
||||
|
||||
#begin test_bin_target
|
||||
#define TARGET test_map
|
||||
#define SOURCES test_map.cxx
|
||||
#end test_bin_target
|
||||
|
|
|
|||
Loading…
Reference in New Issue