Browse Source

CMake: Build interrogate_module.

Sam Edwards 12 years ago
parent
commit
33142e0b59
1 changed files with 5 additions and 0 deletions
  1. 5 0
      dtool/src/interrogate/CMakeLists.txt

+ 5 - 0
dtool/src/interrogate/CMakeLists.txt

@@ -51,3 +51,8 @@ add_executable(interrogate ${INTERROGATE_HEADERS} ${INTERROGATE_SOURCES})
 target_link_libraries(interrogate
 	p3cppParser p3interrogatedb p3dconfig p3prc p3dtoolutil p3dtoolbase
 	p3pystub ${_OPENSSL_LIBRARIES})
+
+add_executable(interrogate_module interrogate_module.cxx)
+target_link_libraries(interrogate_module
+	p3cppParser p3interrogatedb p3dconfig p3prc p3dtoolutil p3dtoolbase
+	p3pystub ${OPENSSL_LIBRARIES})